Skip to content
Snippets Groups Projects
Commit 5077dbb5 authored by Marcel Mernitz's avatar Marcel Mernitz
Browse files

Delete application-test.js

parent e464e106
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