mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
Update test script to allow passing with no tests
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user