Good progress on styling post-registration form
This commit is contained in:
parent
8b03454d6f
commit
1fb924f59c
17 changed files with 234 additions and 85 deletions
11
frontend-reactive/tests/unit/routes/index-test.ts
Normal file
11
frontend-reactive/tests/unit/routes/index-test.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { module, test } from 'qunit';
|
||||
import { setupTest } from 'frontend-reactive/tests/helpers';
|
||||
|
||||
module('Unit | Route | index', function (hooks) {
|
||||
setupTest(hooks);
|
||||
|
||||
test('it exists', function (assert) {
|
||||
const route = this.owner.lookup('route:index');
|
||||
assert.ok(route);
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue