Push dev work to master #2
|
@ -2,4 +2,15 @@
|
||||||
|
|
||||||
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