Skip to content

Commit 20fad63

Browse files
committed
Fix test
1 parent a6b6184 commit 20fad63

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/config/format-test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ const unstableTests = new Map(
4141
"js/comments/html-like/comment.js",
4242
"js/for/continue-and-break-comment-without-blocks.js",
4343
"typescript/satisfies-operators/comments-unstable.ts",
44-
[
45-
"js/identifier/parentheses/let-in-assignment.js",
46-
(options) => options.semi === false,
47-
],
44+
["js/identifier/parentheses/let.js", (options) => options.semi === false],
4845
].map((fixture) => {
4946
const [file, isUnstable = () => true] = Array.isArray(fixture)
5047
? fixture

0 commit comments

Comments
 (0)