mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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 |
||
---|---|---|
.. | ||
authentication_spec.js | ||
configuration_spec.js | ||
db_spec.js | ||
error_spec.js | ||
notifications_spec.js | ||
posts_spec.js | ||
public_api_spec.js | ||
redirects_spec.js | ||
settings_spec.js | ||
slugs_spec.js | ||
spam_prevention_spec.js | ||
tags_spec.js | ||
themes_spec.js | ||
upload_icon_spec.js | ||
upload_spec.js | ||
users_spec.js | ||
webhooks_spec.js |