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 fb2da19 commit c567a37Copy full SHA for c567a37
test/__snapshots__/fixtures.test.ts.snap
@@ -70,7 +70,7 @@ exports[`fixtures > json > stdout 1`] = `
70
"Imported : { test: 123 } .default: { test: 123 }
71
Imported with assertion : { test: 123 } .default: { test: 123 }
72
Required : { test: 123 } .default: { test: 123 }
73
-Dynamic Imported : [Object: null prototype] { test: 123, default: { test: 123 } } .default: { test: 123 }"
+Dynamic Imported : [Object: null prototype] { default: { test: 123 }, test: 123 } .default: { test: 123 }"
74
`;
75
76
exports[`fixtures > jsx > stdout 1`] = `
0 commit comments