Skip to content

Commit 5b607e5

Browse files
committed
fix(tests): correct tests path in npm scripts
1 parent 23d8bf0 commit 5b607e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"scripts": {
1313
"start": "./bin/github-listener",
1414
"lint": "jshint .",
15-
"test": "npm run lint && tape tests/*.js | tap-spec",
16-
"coverage": "istanbul cover tape tests/*.js",
15+
"test": "npm run lint && tape test/*.js | tap-spec",
16+
"coverage": "istanbul cover tape test/*.js",
1717
"coverage:report": "codeclimate-test-reporter < ./coverage/lcov.info",
1818
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1919
},

0 commit comments

Comments
 (0)