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 24b0f34 commit a9b108aCopy full SHA for a9b108a
playground/css/__tests__/tests.ts
@@ -545,6 +545,7 @@ export const tests = (isLightningCSS: boolean) => {
545
() => {
546
// Check that empty CSS entry point generates a .css file, not a .js file
547
expect(findAssetFile(/empty-[-\w]{8}\.css$/)).not.toBeUndefined()
548
+ expect(findAssetFile(/empty-[-\w]{8}\.js$/)).toBeUndefined()
549
},
550
)
551
}
0 commit comments