intval3/app/www/test/tests.js

3 lines
79 B
JavaScript
Raw Normal View History

2018-02-10 17:09:58 +00:00
QUnit.test('hello world', function (assert) {
assert.ok(true, 'this is ok')
})