mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Test only the app.. lint is separate (#426)
This commit is contained in:
parent
31403ab373
commit
4b692da01d
1 changed files with 1 additions and 1 deletions
|
@ -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%",
|
||||
|
|
Loading…
Add table
Reference in a new issue