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