Drop nprogress
This commit is contained in:
parent
1d8bda846d
commit
cf44f33f39
7 changed files with 17 additions and 30 deletions
11
tests/unit/pods/loading/route-test.js
Normal file
11
tests/unit/pods/loading/route-test.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { moduleFor, test } from 'ember-qunit';
|
||||
|
||||
moduleFor('route:loading', 'Unit | Route | loading', {
|
||||
// Specify the other units that are required for this test.
|
||||
// needs: ['controller:foo']
|
||||
});
|
||||
|
||||
test('it exists', function(assert) {
|
||||
var route = this.subject();
|
||||
assert.ok(route);
|
||||
});
|
Reference in a new issue