diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 561fc7cc53028b17f39c2d1dc818b4125713cf16..c73f30d5eb7d54ac49eac4dcd8a74da1012bcb5c 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -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": {