mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #169 from ansible/jakemcdermott-only-coverage
don't use --watch by default when running tests
This commit is contained in:
commit
db4734be85
@ -5,7 +5,8 @@
|
||||
"main": "index.jsx",
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
||||
"test": "jest --watch --coverage",
|
||||
"test": "jest --coverage",
|
||||
"test-watch": "jest --watch",
|
||||
"lint": "eslint --ext .js --ext .jsx .",
|
||||
"add-locale": "lingui add-locale",
|
||||
"extract-strings": "lingui extract",
|
||||
|
Loading…
Reference in New Issue
Block a user