Shaun Chyxion 64d1dab732 update
2017-08-16 21:33:34 +08:00

12 lines
306 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('route:week-goal/list', 'Unit | Route | week goal/list', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});
test('it exists', function(assert) {
let route = this.subject();
assert.ok(route);
});