diff --git a/package-lock.json b/package-lock.json index ea9454e944..48e71b0f37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -706,12 +706,6 @@ "typedarray": "^0.0.6" } }, - "console-group": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/console-group/-/console-group-0.3.3.tgz", - "integrity": "sha1-bY62uda3V6KJUoT2LQnHrUPyu84=", - "dev": true - }, "contains-path": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz", diff --git a/package.json b/package.json index edd300ecf1..ec61b4870f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,6 @@ "agadoo": "^1.0.1", "chalk": "^2.4.0", "codecov": "^3.0.0", - "console-group": "^0.3.2", "css-tree": "1.0.0-alpha22", "eslint": "^5.3.0", "eslint-plugin-html": "^4.0.3", diff --git a/test/setup.js b/test/setup.js index 5456b1fee4..806e394f22 100644 --- a/test/setup.js +++ b/test/setup.js @@ -1,7 +1,5 @@ const fs = require('fs'); -const path = require('path'); -require('console-group').install(); require('source-map-support').install(); process.env.TEST = true;