Skip to content

Commit b670065

Browse files
committed
chore: add --passWithNoTests flag
1 parent 7d00411 commit b670065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"scripts": {
3535
"example": "yarn workspace @dbkable/react-native-speech-to-text-example",
36-
"test": "jest",
36+
"test": "jest --passWithNoTests",
3737
"typecheck": "tsc",
3838
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3939
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",

0 commit comments

Comments
 (0)