We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925bdab commit ab8119dCopy full SHA for ab8119d
package.json
@@ -12,8 +12,8 @@
12
"mocha": "^1.21.4"
13
},
14
"scripts": {
15
- "lint": "jshint lib *.js",
16
- "test": "npm run lint && mocha test.js"
+ "lint": "jshint lib test *.js",
+ "test": "npm run lint && mocha"
17
18
"repository": {
19
"type": "git",
test.js
test/main.js
@@ -0,0 +1,4 @@
1
+'use strict';
2
+
3
+require('../index.js');
4
+require('../lib/test.js').runAll();
0 commit comments