Skip to content

Commit

Permalink
test: temporary fix to get tests working
Browse files Browse the repository at this point in the history
revent once babel/babel#13712 is fixed
  • Loading branch information
RebeccaStevens committed Oct 17, 2021
1 parent 1297bd5 commit 91b589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/configs.ts
Expand Up @@ -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 = {
Expand Down

0 comments on commit 91b589a

Please sign in to comment.