Skip to content

Commit 823ddcd

Browse files
committed
Update test refs
1 parent 287ce2d commit 823ddcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/integration/css-minify/test/index.test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ function runTests() {
2222
const css = await renderViaHTTP(appPort, href)
2323
if (process.env.TURBOPACK) {
2424
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%}
25+
"/* [project]/test/integration/css-minify/styles/global.css [client] (css) */
26+
.a{--var-1:-50%;--var-2:-50%}.b{--var-1:0;--var-2:-50%}
2727
28-
/*# sourceMappingURL=test_integration_css-minify_styles_global_411632c3.css.map*/
29-
"
28+
/*# sourceMappingURL=test_integration_css-minify_styles_global_411632c3.css.map*/
29+
"
3030
`)
3131
} else {
3232
expect(css).toMatchInlineSnapshot(

0 commit comments

Comments
 (0)