From b657367ba4dc0d6d2cb24614f203111c19988143 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sat, 10 Feb 2018 16:34:56 -0500 Subject: [PATCH] Create unit tests for QUnit --- test/index.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index b76f080..0608d59 100644 --- a/test/index.js +++ b/test/index.js @@ -2,4 +2,15 @@ QUnit.test('hello world', function (assert) { assert.ok(true, 'this is true') -}) \ No newline at end of file +}) + +//sequence tests +//db tests +//onoffsim + +//intval tests +//ble tests +//mscript tests +//wifi tests + +//log tests (tricky) \ No newline at end of file