JS frontend stuff
Move old ember frontend to properly named folder Add vue based new frontend
This commit is contained in:
parent
8947d97825
commit
88398334fe
254 changed files with 837 additions and 0 deletions
|
@ -1,13 +0,0 @@
|
|||
import { setupTest } from 'frontend-reactive/tests/helpers';
|
||||
import { module, test } from 'qunit';
|
||||
|
||||
module('Unit | Model | note', function (hooks) {
|
||||
setupTest(hooks);
|
||||
|
||||
// Replace this with your real tests.
|
||||
test('it exists', function (assert) {
|
||||
const store = this.owner.lookup('service:store');
|
||||
const model = store.createRecord('note', {});
|
||||
assert.ok(model, 'model exists');
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue