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 6b7fe8b commit c7cfeedCopy full SHA for c7cfeed
test/__snapshots__/fixtures.test.ts.snap
@@ -94,11 +94,7 @@ Enter Identifier
94
Enter Literal"
95
`;
96
97
-exports[`fixtures > require-esm > stderr 1`] = `
98
-[
99
- "ExperimentalWarning: CommonJS module <cwd>/index.cjs is loading ES Module <cwd>/_dist/esm.js using require().",
100
-]
101
-`;
+exports[`fixtures > require-esm > stderr 1`] = `[]`;
102
103
exports[`fixtures > require-esm > stdout 1`] = `"Works!"`;
104
0 commit comments