From 102d92048bd776c11137cd012cc70eb2d8fc3bf7 Mon Sep 17 00:00:00 2001 From: Tom French Date: Sun, 19 Jun 2022 11:26:45 +0100 Subject: [PATCH] chore: allow mobile package to pass with no tests --- packages/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {