decide.nolog.cz/tests/unit/controllers/poll-error-test.js

13 lines
343 B
JavaScript
Raw Normal View History

import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';
module('Unit | Controller | poll-error', function (hooks) {
setupTest(hooks);
// Replace this with your real tests.
test('it exists', function (assert) {
let controller = this.owner.lookup('controller:poll-error');
assert.ok(controller);
});
});