We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36392c3 commit 889be95Copy full SHA for 889be95
.mocharc.json
@@ -0,0 +1,3 @@
1
+{
2
+ "require": "should"
3
+}
package.json
@@ -29,10 +29,10 @@
29
"build": "node ./tools/build.js -t node",
30
"build-cdn": "node ./tools/build.js -t cdn",
31
"build-browser": "node ./tools/build.js -t browser :common",
32
- "test": "mocha --globals document test",
33
- "test-markup": "mocha --globals document test/markup",
34
- "test-detect": "mocha --globals document test/detect",
35
- "test-browser": "mocha --globals document test/browser"
+ "test": "mocha test",
+ "test-markup": "mocha test/markup",
+ "test-detect": "mocha test/detect",
+ "test-browser": "mocha test/browser"
36
},
37
"engines": {
38
"node": "*"
0 commit comments