Test only the app.. lint is separate (#426)

This commit is contained in:
Lipis 2020-01-17 20:34:26 +02:00 committed by GitHub
parent 31403ab373
commit 4b692da01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
"start": "react-scripts start",
"test:app": "react-scripts test --env=jsdom --passWithNoTests",
"test:code": "npm run prettier -- --list-different",
"test": "npm run test:code && npm run test:app"
"test": "npm run test:app"
},
"browserslist": [
">0.2%",