diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 561fc7c..c73f30d 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": {