Skip to content

Commit b0e6101

Browse files
committed
One more test
1 parent a541048 commit b0e6101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/no-useless-fallback-in-set-constructor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ test.snapshot({
3131
'new Set( foo ?? (( [] )) )',
3232
'new Set( (await foo) ?? [] )',
3333
'new Set( (0, foo) ?? [] )',
34+
'new Set( (( (0, foo) ?? [] )) )',
3435
// Who care?
3536
'new Set(document.all ?? [])',
3637
],

0 commit comments

Comments
 (0)