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 4dc5538 commit ed769ddCopy full SHA for ed769dd
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