diff --git a/package.json b/package.json index 0de6b09d56..04a0a92320 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint:js": "eslint --ext .js,.jsx .", "lint:scss": "stylelint **/*.scss --syntax scss", "start": "cross-env BABEL_ENV=production NODE_ENV=production node ./bin/www", - "test": "npm run lint && npm run jest", + "test": "npm run lint && npm run --runInBand jest", "commitlint": "commitlint -E HUSKY_GIT_PARAMS", "release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s", "postinstall": "rimraf node_modules/navigation-component/node_modules/topcoder-react-utils && rimraf node_modules/topcoder-react-ui-kit/node_modules/topcoder-react-utils"