X Tutup
Skip to content

Commit 770d5ff

Browse files
committed
fixed issue in exported for in variable test
1 parent bb02542 commit 770d5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/modules/modules.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ test("export modified in for in loop", () => {
259259
export let foo = '';
260260
for (foo in { x: true }) {}
261261
`
262-
.setReturnExport("x")
262+
.setReturnExport("foo")
263263
.expectToMatchJsResult();
264264
});
265265

0 commit comments

Comments
 (0)
X Tutup