mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Track requests in test mode
This is now necessary in mirage 0.4
This commit is contained in:
@@ -49,6 +49,10 @@ module.exports = function(environment) {
|
||||
ENV.browserify = {
|
||||
tests: true,
|
||||
};
|
||||
|
||||
ENV['ember-cli-mirage'] = {
|
||||
trackRequests: true,
|
||||
};
|
||||
}
|
||||
|
||||
if (environment === 'production') {
|
||||
|
||||
Reference in New Issue
Block a user