Skip to content

Commit 5c60d9d

Browse files
karlhorkytyroprogrammer
authored andcommittedJun 2, 2019
Fix test script
1 parent 4aad60f commit 5c60d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"scripts": {
2323
"start": "npm run build:markdown && react-scripts start",
2424
"build": "react-scripts build",
25-
"test": "react-scripts test",
25+
"test": "react-scripts test --passWithNoTests",
2626
"eject": "react-scripts eject",
2727
"build:markdown": "node scripts/processMarkdown"
2828
},

0 commit comments

Comments
 (0)
Failed to load comments.