diff --git a/packages/babel-core/test/errors-stacks.js b/packages/babel-core/test/errors-stacks.js index 942246ca4d36..e044c3310ece 100644 --- a/packages/babel-core/test/errors-stacks.js +++ b/packages/babel-core/test/errors-stacks.js @@ -1,6 +1,5 @@ import * as babel from "../lib/index.js"; -// TODO: Remove this in Babel 8, once we drop Node.js 8 import { fileURLToPath } from "url"; import path from "path";