Skip to content
Snippets Groups Projects
Commit 1fe9075b authored by Marcel Mernitz's avatar Marcel Mernitz
Browse files
parents 30e43645 5077dbb5
No related branches found
No related tags found
No related merge requests found
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';
module('Unit | Controller | application', function(hooks) {
setupTest(hooks);
// TODO: Replace this with your real tests.
test('it exists', function(assert) {
let controller = this.owner.lookup('controller:application');
assert.ok(controller);
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment