Skip to content

Commit 212d3ef

Browse files
committed
Run test command in test dir.
1 parent 9048b0a commit 212d3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lib/**/*.js"
1212
],
1313
"scripts": {
14-
"test": "node test.js",
14+
"test": "cd test && npm run test",
1515
"lint": "eslint"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)