0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/test/unit
Katharina Irrgang db1d2f62dd
Removed api integration tests (#9940)
refs #9866 

- moved the tests either to unit tests or routing tests
- or removed test case (a lot)
- this commit is very big 🤪, it was not rly possible to create clean commits for this
- it only changes the test env, no real code is touched

Next steps:
- optimise folder structure + make v2 testing possible
- reduce some more tests from routing and model integeration tests
2018-10-06 22:13:52 +02:00
..
adapters Refactored web/middleware and web/utils to web/shared (#9892) 2018-09-20 20:04:34 +02:00
api Moved test/unit/api files to test/unit/api/v0.1 2018-10-05 15:11:35 +02:00
apps Updated private-sites to not redirect to full urls 2018-09-25 17:32:17 +07:00
config Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
data Removed api integration tests (#9940) 2018-10-06 22:13:52 +02:00
helpers 🎨 Added additional parameters to subscribe_form and input_email helpers (#9820) 2018-08-30 17:17:27 +01:00
lib Extended sequence utility 2018-10-03 00:17:45 +02:00
models Removed api integration tests (#9940) 2018-10-06 22:13:52 +02:00
public Refactored Ghost SDK unit test 2018-10-05 16:49:46 +02:00
services Removed testUtils.API.getApiPath 2018-10-05 16:49:46 +02:00
web Extended uncapitalise unit tests (#9891) 2018-09-20 22:27:38 +02:00
filters_spec.js