Skip to content

Commit

Permalink
test: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwusanyu-c committed May 4, 2023
1 parent bc8b817 commit 3a957d2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`handle inject css > handleInjectCss: basic 1`] = `MagicString {}`;
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`handle variable > handleVBindVariable: server is false 1`] = `
Set {
{
"content": "#foo{
color: v-bind-m(sassColor);
background: #ffebf8;
width: 200px;
height: 30px;
}
p {
color: v-bind-m(color);
}
",
"lang": "css",
"styleTagIndex": 0,
},
}
`;

0 comments on commit 3a957d2

Please sign in to comment.