Test only the app.. lint is separate (#426)
This commit is contained in:
parent
31403ab373
commit
4b692da01d
@ -32,7 +32,7 @@
|
|||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"test:app": "react-scripts test --env=jsdom --passWithNoTests",
|
"test:app": "react-scripts test --env=jsdom --passWithNoTests",
|
||||||
"test:code": "npm run prettier -- --list-different",
|
"test:code": "npm run prettier -- --list-different",
|
||||||
"test": "npm run test:code && npm run test:app"
|
"test": "npm run test:app"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
">0.2%",
|
">0.2%",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user