Ghost/ghost/admin/mirage
Kevin Ansfield bc09a7c4d3 Fixed invite management tests
no issue

- adjusts mirage config so that we're correctly serializing foreign keys
- our API outputs (and our app code expects) foreign keys for non-embedded resources to be in the format `{relationship_name}_id` but mirage's default REST serializer does not include the `_id` suffix
- tests started failing because c46d04f612 introduced a direct access of the invite->role relationship which Ember Data was not correctly creating when mirage was outputting `role` rather than `role_id`
2020-01-08 15:37:06 +00:00
..
config Added member "add" screen (#1411) 2019-11-28 18:30:21 +07:00
factories Fixed tests 2019-11-08 11:14:04 +07:00
fixtures Added Secondary Navigation (#1410) 2019-12-04 11:14:45 +07:00
models Fixed tests 2019-11-08 11:14:04 +07:00
scenarios 🔥 Removed all subscriber feature related code (#1337) 2019-09-26 15:58:01 +02:00
serializers Fixed invite management tests 2020-01-08 15:37:06 +00:00
.eslintrc.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
config.js Fixed linting 2019-11-08 11:25:00 +07:00
utils.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00