diff --git a/package.json b/package.json index 206e41fe..f4861ad6 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "webpack": "webpack-dev-server --hot --inline --config webpack.config.js", "compile": "grunt compile", "test": "PWD=$(pwd) NODE_ENV=test ava", + "test:e2e": "NODE_ENV=test ava tests/e2e/*", "fix": "npm run lint --fix", "lint": "eslint .", "dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""