Add passWithNoTests flag (#771)

This commit is contained in:
Leendert de Borst
2025-05-05 13:21:58 +02:00
parent f5753f654c
commit 43e642116e

View File

@@ -7,8 +7,8 @@
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"test:watch": "jest --watchAll",
"test": "jest --passWithNoTests",
"test:watch": "jest --passWithNoTests --watchAll",
"lint": "expo lint",
"lint:fix": "eslint . --ext .js,.ts,.tsx --fix"
},