Skip to content

Commit b7bf50d

Browse files
author
Julien Bouquillon
committed
add --passWithNoTests
1 parent e27c903 commit b7bf50d

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
@@ -43,7 +43,7 @@
4343
"last 2 Firefox versions"
4444
],
4545
"scripts": {
46-
"test": "jest",
46+
"test": "jest --passWithNoTests",
4747
"lint": "eslint src",
4848
"clean": "rm -rf ./dist",
4949
"clean:demo": "rm -rf ./example/dist",

0 commit comments

Comments
 (0)