Fix test
This commit is contained in:
parent
16fb111c6d
commit
db9dadbaa7
@ -1,7 +1,7 @@
|
|||||||
import { moduleFor, test } from 'ember-qunit';
|
import { moduleFor, test } from 'ember-qunit';
|
||||||
|
|
||||||
moduleFor('controller:index', 'Unit | Controller | index', {
|
moduleFor('controller:index', 'Unit | Controller | index', {
|
||||||
needs: ['service:storage']
|
needs: ['controller:application', 'service:storage']
|
||||||
});
|
});
|
||||||
|
|
||||||
// Replace this with your real tests.
|
// Replace this with your real tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user