Removed flow from yarn test

This commit is contained in:
Philipp Czora
2018-07-09 11:41:23 +02:00
parent 643e6693b6
commit 3c3c2647b9

View File

@@ -22,7 +22,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "yarn flow && jest",
"test": "jest",
"eject": "react-scripts eject",
"flow": "flow"
},