intval3/test/index.js

5 lines
95 B
JavaScript

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