Skip to content

Commit a7bd964

Browse files
author
Maël Lavault
committed
fix: allow jest to pass with no test in the codebase
1 parent 59e17d1 commit a7bd964

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,7 @@ android/keystores/debug.keystore
6666
# generated by bob
6767
lib/
6868

69+
# coverage reports
70+
coverage/
71+
6972
.xcode.env.local

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"!**/__mocks__"
2020
],
2121
"scripts": {
22-
"test": "jest",
22+
"test": "jest --passWithNoTests",
2323
"typescript": "tsc --noEmit",
2424
"lint": "eslint \"**/*.{js,ts,tsx}\"",
2525
"prepare": "bob build",

0 commit comments

Comments
 (0)