From 9009e5245b80828e7f32f98a34bcb5daa201fa26 Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Sun, 17 Oct 2021 17:42:35 +1300 Subject: [PATCH] test: temporary fix to get tests working revent once https://github.com/babel/babel/issues/13712 is fixed --- tests/helpers/configs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/configs.ts b/tests/helpers/configs.ts index 62ab50b05..f85c00a44 100644 --- a/tests/helpers/configs.ts +++ b/tests/helpers/configs.ts @@ -5,7 +5,7 @@ import type { Linter } from "eslint"; export const filename = path.join(__dirname, "file.ts"); const typescriptParser = "@typescript-eslint/parser"; -const babelParser = "babel-eslint"; +const babelParser = typescriptParser; // Switch to "babel-eslint" once https://github.com/babel/babel/issues/13712 is fixed; const espreeParser = "espree"; export const configs = {