This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a87804be57
Ghost
/
ghost
/
admin
/
mirage
/
models
/
custom-theme-setting.js
4 lines
66 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Resolved ember-cli-mirage import deprecations refs https://github.com/TryGhost/Admin/pull/2209 - `miragejs` has been extracted to a framework-independent library, the re-exports of `miragejs` elements in `ember-cli-mirage` have been deprecated making our test logs very noisy - added `miragejs` as a top-level dependency - updated all relevant imports to pull from `miragejs` instead of `ember-cli-mirage`
2022-03-08 14:32:01 +03:00
import
{
Model
}
from
'miragejs'
;
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 20:48:49 +03:00
export
default
Model
.
extend
(
{
}
)
;
Reference in New Issue
Copy Permalink