Ghost/core/test/utils
kirrg001 4a6b5d2d4e Speed up routing tests
refs #9178

- the first test will start the ghost server
- all following test will reuse the server and only truncate the database tables
- you can use `forceStart` if you need
- we have to ensure that reusing the server requires us to
  - e.g. reload the settings
  - e.g. reload active theme
- remove fork functionality (you can use `forceStart: true`)
- no test has changed, just the way we start the server
2017-12-05 12:32:04 +01:00
..
fixtures Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
mocks improvement: add mocks helper module for test env 2016-06-10 09:23:00 +02:00
api.js Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
assertions.js 🎉 🎨 Remove middleware/index.js (#7548) 2016-10-13 17:24:09 +02:00
channelUtils.js Changed channelsRouter to use new base class 2017-11-09 10:47:20 +00:00
configUtils.js 🔥 remove forceAdminSSL and urlSSL, add admin url (#7937) 2017-02-03 18:13:22 +00:00
index.js Speed up routing tests 2017-12-05 12:32:04 +01:00