Skip to content

Commit

Permalink
remove unreachable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 13, 2022
1 parent d08aeed commit 0bdf610
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eslint/babel-eslint-parser/test/index.js
Expand Up @@ -76,10 +76,6 @@ describe("Babel and Espree", () => {
code = unpad(code);

if (isESLint7) {
if (process.env.IS_PUBLISH) {
console.warn("Skipping ESLint 7 test because using a release build.");
return;
}
// ESLint 7
const espreeAST = espree.parse(code, {
...espreeOptions,
Expand Down

0 comments on commit 0bdf610

Please sign in to comment.