Skip to content

Commit 74dfcf7

Browse files
[autofix.ci] apply automated fixes
1 parent 47c0f03 commit 74dfcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/__tests__/compileStyle.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ color: red
247247
.div[data-v-test]:is(.foo:hover) { color: blue;
248248
}"
249249
`)
250-
250+
251251
expect(compileScoped(`#app :is(.foo) { color: red; }`))
252252
.toMatchInlineSnapshot(`
253253
"#app :is(.foo[data-v-test]) { color: red;

0 commit comments

Comments
 (0)