This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
stockpile-ember/tests/unit/controllers/items-test.js
2016-11-17 08:18:48 +01:00

12 lines
346 B
JavaScript

import { moduleFor, test } from 'ember-qunit';
moduleFor('controller:items', 'Unit | Controller | items', {
// Specify the other units that are required for this test.
// needs: ['controller:foo']
});
// Replace this with your real tests.
test('it exists', function(assert) {
let controller = this.subject();
assert.ok(controller);
});