Skip to content

Commit

Permalink
Remove outdated code
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Sep 6, 2022
1 parent 270b441 commit b2ae0b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/config/format-test.js
Expand Up @@ -78,10 +78,7 @@ const meriyahDisabledTests = new Set([
),
]);
const babelTsDisabledTest = new Set(
[
// Disabled temporarily https://github.com/babel/babel/issues/14777#issuecomment-1191474632
"instantiation-expression",
].map((directory) => path.join(__dirname, "../format/typescript", directory))
[].map((directory) => path.join(__dirname, "../format/typescript", directory))
);

const isUnstable = (filename, options) => {
Expand Down

0 comments on commit b2ae0b5

Please sign in to comment.