Ghost/ghost/admin/mirage
Kevin Ansfield 5544389b80 Fixed "The routes only function has been deprecated" output in test runs
no issue

`ember-cli-mirage` replaced the use of a default function export with a `createServer` function that applies config and deprecated the older mirage config export style. It will also soon drop support of the separate `testConfig` export we used for defining our test routes.

- switched to the newer `return createServer(config);` server configuration approach
- extracted dev and test routes into separate files for a cleaner base config
2022-05-25 11:03:05 +01:00
..
config Added tests for editing newsletters 2022-05-18 13:14:38 +02:00
factories
fixtures Cleaned up removed feature flags 2022-05-25 10:11:24 +02:00
models
scenarios
serializers
.eslintrc.js
config.js Fixed "The routes only function has been deprecated" output in test runs 2022-05-25 11:03:05 +01:00
routes-dev.js Fixed "The routes only function has been deprecated" output in test runs 2022-05-25 11:03:05 +01:00
routes-test.js Fixed "The routes only function has been deprecated" output in test runs 2022-05-25 11:03:05 +01:00
utils.js