Skip to content
Snippets Groups Projects
Commit 102d9204 authored by Tom French's avatar Tom French
Browse files

chore: allow mobile package to pass with no tests

parent 9be15eae
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"android": "npx react-native run-android --appId com.shiftreset.actual",
"android:prod": "rm -f ./android/app/build/generated/assets/react/release/index.android.bundle && npx react-native run-android --appId com.shiftreset.actual --variant=release",
"ios": "react-native run-ios",
"test": "jest",
"test": "jest --passWithNoTests",
"postinstall": "patch-package"
},
"dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment