inspektor/tests/unit/controllers/inspect-test.js

12 lines
312 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('controller:inspect', 'Unit | Controller | inspect', {
needs: ['controller:application', 'service:storage']
});
// Replace this with your real tests.
test('it exists', function(assert) {
let controller = this.subject();
assert.ok(controller);
});