intval3/app/www/test/tests.js

3 lines
79 B
JavaScript

QUnit.test('hello world', function (assert) {
assert.ok(true, 'this is ok')
})