mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-19 07:07:59 -04:00
Add passWithNoTests flag (#771)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user