diff --git a/package.json b/package.json index 4900ec1de0..015865fda1 100644 --- a/package.json +++ b/package.json @@ -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",