Initial commit
This commit is contained in:
12
tests/unit/models/find-result-test.js
Normal file
12
tests/unit/models/find-result-test.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { moduleForModel, test } from 'ember-qunit';
|
||||
|
||||
moduleForModel('find-result', 'Unit | Model | find result', {
|
||||
// Specify the other units that are required for this test.
|
||||
needs: []
|
||||
});
|
||||
|
||||
test('it exists', function(assert) {
|
||||
let model = this.subject();
|
||||
// let store = this.store();
|
||||
assert.ok(!!model);
|
||||
});
|
||||
Reference in New Issue
Block a user