diff --git a/e2e/package.json b/e2e/package.json index cf358363..a9b7e733 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -4,7 +4,7 @@ "description": "E2E tests for solhint", "main": "index.js", "scripts": { - "test": "mocha test.js formatters-test.js" + "test": "mocha test.js formatters-test.js autofix-test.js" }, "author": "", "license": "MIT",