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,17 +0,0 @@
|
|||
import { module, test } from 'qunit'
|
||||
import { setupRenderingTest } from 'frontend-reactive/tests/helpers'
|
||||
import { render } from '@ember/test-helpers'
|
||||
import { hbs } from 'ember-cli-htmlbars'
|
||||
|
||||
module('Integration | Helper | tokeniseContent', function (hooks) {
|
||||
setupRenderingTest(hooks)
|
||||
|
||||
// TODO: Replace this with your real tests.
|
||||
test('it renders', async function (assert) {
|
||||
this.set('inputValue', '1234')
|
||||
|
||||
await render(hbs`{{formatter this.inputValue}}`)
|
||||
|
||||
assert.dom().hasText('1234')
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue