We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d00411 commit b670065Copy full SHA for b670065
1 file changed
package.json
@@ -33,7 +33,7 @@
33
],
34
"scripts": {
35
"example": "yarn workspace @dbkable/react-native-speech-to-text-example",
36
- "test": "jest",
+ "test": "jest --passWithNoTests",
37
"typecheck": "tsc",
38
"lint": "eslint \"**/*.{js,ts,tsx}\"",
39
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
0 commit comments