Skip to content

Commit 09a948d

Browse files
committed
fix snapshot
1 parent 421fa2b commit 09a948d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ function runTests() {
2525
"/* [project]/test/integration/css-minify/styles/global.css [client] (css) */
2626
.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*/"
3029
`)
3130
} else {
3231
expect(css).toMatchInlineSnapshot(

0 commit comments

Comments
 (0)