Skip to content

Commit 2670c54

Browse files
committed
test: small fix
1 parent caf7768 commit 2670c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/style/lightningcss/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test('should extract css with lightningcss-loader successfully in bundle-false',
4242
]
4343
`);
4444
expectFileContainContent(
45-
contents.cjs,
45+
contents.esm,
4646
'prefix.css',
4747
'-webkit-user-select: none;',
4848
);

0 commit comments

Comments
 (0)