Skip to content

Commit df18d94

Browse files
committed
Remove --passWithNoTests
We have a test now!
1 parent 80acf74 commit df18d94

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
@@ -19,7 +19,7 @@
1919
"lint:fix": "eslint --ext .ts --ignore-path .gitignore . --fix",
2020
"test": "jest",
2121
"test:watch": "jest --watch",
22-
"test:ci": "jest --ci --runInBand --passWithNoTests",
22+
"test:ci": "jest --ci --runInBand",
2323
"version": "npm run build",
2424
"postversion": "npm run postbuild",
2525
"release": "np --contents dist/",

0 commit comments

Comments
 (0)