3 lines
79 B
JavaScript
3 lines
79 B
JavaScript
|
QUnit.test('hello world', function (assert) {
|
||
|
assert.ok(true, 'this is ok')
|
||
|
})
|