Ghost/ghost/admin/mirage/models/custom-theme-setting.js
Kevin Ansfield 7251b1acac Added acceptance tests for new design screen
no issue

- moved navigation settings tests from old settings/design tests to a separate file and unskipped them
- added happy-path acceptance tests for
  - rendering design screen
  - installing an official theme from the themes list
  - uploading a custom theme
2021-11-01 17:48:49 +00:00

4 lines
74 B
JavaScript

import {Model} from 'ember-cli-mirage';
export default Model.extend({});