Skip to content

Commit 87d43f2

Browse files
updated regular test
1 parent fe76979 commit 87d43f2

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
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"test": "npm-run-all clean lint babel babel-test lab",
1616
"watch-test": "onchange 'src/*.es6' 'test/*.es6' -i -- npm test",
17-
"lab": "lab -c -C -r tap -o stdout -r html -o coverage.html -r lcov | ./node_modules/.bin/coveralls",
17+
"lab": "lab -c -C -r tap -o stdout -r html -o coverage.html",
1818
"lab-coveralls": "lab -r lcov | ./node_modules/.bin/coveralls",
1919
"clean": "rm -rf ./lib",
2020
"lint": "eslint src/ --ignore-path .gitignore",

0 commit comments

Comments
 (0)