Create unit tests for QUnit
This commit is contained in:
parent
d36148000a
commit
b657367ba4
|
@ -3,3 +3,14 @@
|
||||||
QUnit.test('hello world', function (assert) {
|
QUnit.test('hello world', function (assert) {
|
||||||
assert.ok(true, 'this is true')
|
assert.ok(true, 'this is true')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
//sequence tests
|
||||||
|
//db tests
|
||||||
|
//onoffsim
|
||||||
|
|
||||||
|
//intval tests
|
||||||
|
//ble tests
|
||||||
|
//mscript tests
|
||||||
|
//wifi tests
|
||||||
|
|
||||||
|
//log tests (tricky)
|
Loading…
Reference in New Issue