mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Add --passWithNoTests to test script
This is mandatory to pass the step currently, because we don't have tests.
This commit is contained in:
parent
a7516f6cb8
commit
493f06e6ba
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"test": "react-scripts test --env=jsdom --passWithNoTests",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
Loading…
Add table
Reference in a new issue