UNPKG

demo_frontend

Version:

Internet Computer starter application

13 lines (10 loc) 347 B
import { module, test } from 'qunit'; import { setupTest } from 'ember-qunit'; module('Unit | Controller | main/index', function(hooks) { setupTest(hooks); // TODO: Replace this with your real tests. test('it exists', function(assert) { let controller = this.owner.lookup('controller:main/index'); assert.ok(controller); }); });