2018-02-10 17:09:58 +00:00
|
|
|
'use strict'
|
|
|
|
|
|
|
|
QUnit.test('hello world', function (assert) {
|
|
|
|
assert.ok(true, 'this is true')
|
2018-02-10 21:34:56 +00:00
|
|
|
})
|
|
|
|
|
|
|
|
//sequence tests
|
|
|
|
//db tests
|
|
|
|
//onoffsim
|
|
|
|
|
|
|
|
//intval tests
|
|
|
|
//ble tests
|
|
|
|
//mscript tests
|
|
|
|
//wifi tests
|
|
|
|
|
|
|
|
//log tests (tricky)
|