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 caf7768 commit 2670c54Copy full SHA for 2670c54
tests/integration/style/lightningcss/index.test.ts
@@ -42,7 +42,7 @@ test('should extract css with lightningcss-loader successfully in bundle-false',
42
]
43
`);
44
expectFileContainContent(
45
- contents.cjs,
+ contents.esm,
46
'prefix.css',
47
'-webkit-user-select: none;',
48
);
0 commit comments