Create unit tests for QUnit

This commit is contained in:
mmcwilliams 2018-02-10 16:34:56 -05:00
parent d36148000a
commit b657367ba4
1 changed files with 12 additions and 1 deletions

View File

@ -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)