Skip to content

Commit 3a957d2

Browse files
committed
test: update snap
1 parent bc8b817 commit 3a957d2

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2+
3+
exports[`handle inject css > handleInjectCss: basic 1`] = `MagicString {}`;
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2+
3+
exports[`handle variable > handleVBindVariable: server is false 1`] = `
4+
Set {
5+
{
6+
"content": "#foo{
7+
color: v-bind-m(sassColor);
8+
background: #ffebf8;
9+
width: 200px;
10+
height: 30px;
11+
}
12+
p {
13+
color: v-bind-m(color);
14+
}
15+
",
16+
"lang": "css",
17+
"styleTagIndex": 0,
18+
},
19+
}
20+
`;

0 commit comments

Comments
 (0)