Update test script to allow passing with no tests

This commit is contained in:
thomas-senechal
2025-01-05 23:31:46 +01:00
parent b6ae2c0feb
commit d03c193810

View File

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