From d03c193810973bbf800803221be0728dacf2a32d Mon Sep 17 00:00:00 2001 From: thomas-senechal Date: Sun, 5 Jan 2025 23:31:46 +0100 Subject: [PATCH] Update test script to allow passing with no tests --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 6f96780d4..f82e5358d 100644 --- a/app/package.json +++ b/app/package.json @@ -10,7 +10,7 @@ "fmt": "prettier --check .", "fmt:fix": "prettier --write .", "start": "watchman watch-del-all && react-native start", - "test": "jest", + "test": "jest --passWithNoTests", "install-app": "cd ../common && yarn && cd ../app && yarn" }, "dependencies": {