Add webapp component test watch command (#82)
This commit is contained in:
parent
fd22922b4a
commit
81af083834
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
"lint": "eslint --ignore-pattern node_modules --ignore-pattern dist --ext .js --ext .jsx --ext tsx --ext ts . --quiet",
|
||||
"fix": "eslint --ignore-pattern node_modules --ignore-pattern dist --ext .js --ext .jsx --ext tsx --ext ts . --quiet --fix",
|
||||
"test": "jest --forceExit --detectOpenHandles --verbose",
|
||||
"test:watch": "jest --watch",
|
||||
"test-ci": "jest --forceExit --detectOpenHandles --maxWorkers=2"
|
||||
},
|
||||
"author": "",
|
||||
|
|
Reference in a new issue