chore: allow mobile package to pass with no tests

This commit is contained in:
Tom French 2022-06-19 11:26:45 +01:00
parent 9be15eaee1
commit 102d92048b

View file

@ -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": {