We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b6184 commit 20fad63Copy full SHA for 20fad63
1 file changed
tests/config/format-test.js
@@ -41,10 +41,7 @@ const unstableTests = new Map(
41
"js/comments/html-like/comment.js",
42
"js/for/continue-and-break-comment-without-blocks.js",
43
"typescript/satisfies-operators/comments-unstable.ts",
44
- [
45
- "js/identifier/parentheses/let-in-assignment.js",
46
- (options) => options.semi === false,
47
- ],
+ ["js/identifier/parentheses/let.js", (options) => options.semi === false],
48
].map((fixture) => {
49
const [file, isUnstable = () => true] = Array.isArray(fixture)
50
? fixture
0 commit comments