summaryrefslogtreecommitdiff
path: root/test/test.js
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-11 22:22:47 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-11 22:22:47 +0200
commitbe8d25968bfa511aa856759f6fbe9dfa5c8248f6 (patch)
tree650f99c6ce70bb8038883b6d7cff853ec0c48577 /test/test.js
parentcb35325c16760721e55783c4624ee63daa973f7c (diff)
Added a test to ensure that importing with requirejs actually works
Re #10
Diffstat (limited to 'test/test.js')
-rw-r--r--test/test.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test.js b/test/test.js
index 7fdf6d7..c31f179 100644
--- a/test/test.js
+++ b/test/test.js
@@ -1,7 +1,4 @@
'use strict';
-/*jshint
- node: true
-*/
var mocha = require('mocha');
var describe = mocha.describe;