py-fias-front/tests/unit/models/find-result-test.js
2016-04-25 18:31:43 +03:00

13 lines
318 B
JavaScript

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);
});