We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76411bc commit e90261bCopy full SHA for e90261b
tests/unit/controllers/group/index-test.js
@@ -1,8 +1,7 @@
1
import { moduleFor, test } from 'ember-qunit';
2
3
moduleFor('controller:group/index', 'Unit | Controller | group/index', {
4
- // Specify the other units that are required for this test.
5
- // needs: ['controller:foo']
+ needs: ['service:metrics', 'service:router-scroll']
6
});
7
8
// Replace this with your real tests.
0 commit comments