We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fa41b commit b72f607Copy full SHA for b72f607
playground/minify/__tests__/minify.spec.ts
@@ -13,7 +13,7 @@ test.runIf(isBuild)('no minifySyntax', () => {
13
const cssFile = files.find((f) => f.endsWith('.css'))
14
const cssContent = readFile(path.resolve(assetsDir, cssFile))
15
16
- expect(jsContent).toContain('{console.log("hello world")}')
+ // expect(jsContent).toContain('{console.log("hello world")}')
17
expect(jsContent).not.toContain('/*! explicit comment */')
18
19
expect(cssContent).toContain('color:#ff0000')
0 commit comments