1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/mirage
Kevin Ansfield ec78939910 Fix tests when run via http://localhost:4200/tests (#609)
* deps: ember-cli-node-assets@0.2.2

* fix tests when run via http://localhost:4200/tests

no issue
- `blogUrl` in the mocked config was hardcoded, switching to using the current origin fixed the navigation tests
- we were only pulling jquery drag simulator library in on test builds but we also need it added to `test-support.js` in development builds
- lazy loading is disabled in the test env which previously worked fine as all of the codemirror assets are bundled into the test build, now that we also run tests using the development build we needed to update the config to import codemirror assets into the `test-support.js` file - this ensures that we have normal lazy-loading behaviour when developing locally and that accessing via http://localhost:4200/tests doesn't die horribly due to missing dependencies
2017-03-30 20:51:50 +01:00
..
config show theme warnings/errors when activating a theme (#576) 2017-03-14 08:54:58 -05:00
factories 🐛 display correct expired/expires text for invites (#550) 2017-02-27 13:11:39 +00:00
fixtures Fix tests when run via http://localhost:4200/tests (#609) 2017-03-30 20:51:50 +01:00
models add dropdown filters for post type, author, and tag (#554) 2017-03-02 12:35:09 -06:00
scenarios deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
serializers deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
.eslintrc.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
config.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
utils.js New content screen prototype (#503) 2017-01-25 21:05:28 +01:00