diff --git a/package.json b/package.json index 0716b7a4..791e9cba 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "lint": "eslint --cache --ext '.js,.jsx' src test", "lint-errors": "eslint --cache --quiet --ext '.js,.jsx' src test", "lint-fix": "eslint --cache --ext '.js,.jsx' src test --fix", - "test": "run-s just-test-in-node lint-errors", + "test": "run-s just-test-in-node e2e-cypress lint-errors", "test-in-node": "run-s lint-errors just-test-in-node", "just-test-in-node": "mocha --require test/setup.js --recursive --compilers js:babel-core/register --require source-map-support test/core test/components test/bugs test/swagger-ui-dist-package test/xss", "just-check-coverage": "nyc npm run just-test-in-node",