X Tutup
Skip to content

Commit 9dae80f

Browse files
committed
Update snapshots
1 parent a1d11bd commit 9dae80f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/translation/__snapshots__/transformation.spec.ts.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ ____exports.uwv = xyz
6464
do
6565
local ____export = require(\\"xyz\\")
6666
for ____exportKey, ____exportValue in pairs(____export) do
67-
____exports[____exportKey] = ____exportValue
67+
if ____exportKey ~= \\"default\\" then
68+
____exports[____exportKey] = ____exportValue
69+
end
6870
end
6971
end
7072
do

0 commit comments

Comments
 (0)
X Tutup