We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287ce2d commit 823ddcdCopy full SHA for 823ddcd
test/integration/css-minify/test/index.test.js
@@ -22,11 +22,11 @@ function runTests() {
22
const css = await renderViaHTTP(appPort, href)
23
if (process.env.TURBOPACK) {
24
expect(css).toMatchInlineSnapshot(`
25
- "/* [project]/test/integration/css-minify/styles/global.css [client] (css) */
26
- .a{--var-1:0;--var-2:0;--var-1:-50%;--var-2:-50%}.b{--var-1:0;--var-2:0;--var-2:-50%}
+ "/* [project]/test/integration/css-minify/styles/global.css [client] (css) */
+ .a{--var-1:-50%;--var-2:-50%}.b{--var-1:0;--var-2:-50%}
27
28
- /*# sourceMappingURL=test_integration_css-minify_styles_global_411632c3.css.map*/
29
- "
+ /*# sourceMappingURL=test_integration_css-minify_styles_global_411632c3.css.map*/
+ "
30
`)
31
} else {
32
expect(css).toMatchInlineSnapshot(
0 commit comments