Create unit tests for QUnit
This commit is contained in:
parent
d36148000a
commit
b657367ba4
|
@ -2,4 +2,15 @@
|
|||
|
||||
QUnit.test('hello world', function (assert) {
|
||||
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