mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
- this was skipped on boot, but then called in the test utilities, but only on restart 🙈
- this means that yarn test:acceptance (i.e. running all tests) works, but if you try to run just test/api-acceptance/themes_spec.js it would fail because that uses a fresh boot not a restart/reload
- I've changed this as keeping the test using the real boot, rather than the made-up acceptance-utils tasks as much as possible is way better
|
||
---|---|---|
.. | ||
fixtures | ||
mocks | ||
acceptance-utils.js | ||
admin-utils.js | ||
api.js | ||
assertions.js | ||
configUtils.js | ||
db-utils.js | ||
fixture-utils.js | ||
index.js | ||
old-integration-utils.js | ||
overrides.js | ||
redirects.js | ||
url-service-utils.js | ||
urlUtils.js |