Skip to content

Commit 2b25867

Browse files
committed
build: add a script for unit testing in travis
1 parent 8d9e0e8 commit 2b25867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"test-integration": "jest --silent --verbose test/integration",
116116
"test-unit": "jest --silent --verbose test/unit/",
117117
"test": "jest --silent --verbose test/",
118+
"test-unit-travis": "jest --silent --runInBand test/unit/",
118119
"test-travis": "jest --silent --runInBand --testNamePattern='^((?!@slow).)*$' test/",
119120
"report-coverage": "codecov",
120121
"watch-doc": "nodemon --watch ./ --ext js,tmpl,json --ignore dist/ --ignore doc/ --ignore test/ --ignore examples/ --exec npm run doc",

0 commit comments

Comments
 (0)