Skip to content

Commit c567a37

Browse files
committed
chore: update snapshot
1 parent fb2da19 commit c567a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/__snapshots__/fixtures.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ exports[`fixtures > json > stdout 1`] = `
7070
"Imported : { test: 123 } .default: { test: 123 }
7171
Imported with assertion : { test: 123 } .default: { test: 123 }
7272
Required : { test: 123 } .default: { test: 123 }
73-
Dynamic Imported : [Object: null prototype] { test: 123, default: { test: 123 } } .default: { test: 123 }"
73+
Dynamic Imported : [Object: null prototype] { default: { test: 123 }, test: 123 } .default: { test: 123 }"
7474
`;
7575
7676
exports[`fixtures > jsx > stdout 1`] = `

0 commit comments

Comments
 (0)