Skip to content

Commit 75a7613

Browse files
authored
add --passWithNoTests (#20)
1 parent 74a2565 commit 75a7613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"deploy": "gh-pages --dist build --branch master --message Deploy --no-history",
1717
"start": "craco start",
1818
"build": "craco build",
19-
"test": "craco test",
19+
"test": "craco test --passWithNoTests",
2020
"eject": "craco eject"
2121
},
2222
"eslintConfig": {

0 commit comments

Comments
 (0)