Skip to content

Commit ab8119d

Browse files
committed
Move test.js -> test/main.js
1 parent 925bdab commit ab8119d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"mocha": "^1.21.4"
1313
},
1414
"scripts": {
15-
"lint": "jshint lib *.js",
16-
"test": "npm run lint && mocha test.js"
15+
"lint": "jshint lib test *.js",
16+
"test": "npm run lint && mocha"
1717
},
1818
"repository": {
1919
"type": "git",

test.js

-4
This file was deleted.

test/main.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'use strict';
2+
3+
require('../index.js');
4+
require('../lib/test.js').runAll();

0 commit comments

Comments
 (0)