Cleaned up Flakes import & init.
This commit is contained in:
parent
82c3bd9e38
commit
1d1bbd6706
9 changed files with 49 additions and 11 deletions
12
tests/unit/views/application-test.js
Normal file
12
tests/unit/views/application-test.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
import {
|
||||
moduleFor,
|
||||
test
|
||||
} from 'ember-qunit';
|
||||
|
||||
moduleFor('view:application');
|
||||
|
||||
// Replace this with your real tests.
|
||||
test('it exists', function(assert) {
|
||||
var view = this.subject();
|
||||
assert.ok(view);
|
||||
});
|
Reference in a new issue