We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9e0e8 commit 2b25867Copy full SHA for 2b25867
1 file changed
package.json
@@ -115,6 +115,7 @@
115
"test-integration": "jest --silent --verbose test/integration",
116
"test-unit": "jest --silent --verbose test/unit/",
117
"test": "jest --silent --verbose test/",
118
+ "test-unit-travis": "jest --silent --runInBand test/unit/",
119
"test-travis": "jest --silent --runInBand --testNamePattern='^((?!@slow).)*$' test/",
120
"report-coverage": "codecov",
121
"watch-doc": "nodemon --watch ./ --ext js,tmpl,json --ignore dist/ --ignore doc/ --ignore test/ --ignore examples/ --exec npm run doc",
0 commit comments