Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker authored and medikoo committed Jan 4, 2024
1 parent 735860a commit 3027d07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/config/format-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ const unstableTests = new Map(
"js/comments/html-like/comment.js",
"js/for/continue-and-break-comment-without-blocks.js",
"typescript/satisfies-operators/comments-unstable.ts",
[
"js/identifier/parentheses/let-in-assignment.js",
(options) => options.semi === false,
],
["js/identifier/parentheses/let.js", (options) => options.semi === false],
].map((fixture) => {
const [file, isUnstable = () => true] = Array.isArray(fixture)
? fixture
Expand Down

0 comments on commit 3027d07

Please sign in to comment.