-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc8b817
commit 3a957d2
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
packages/core/runtime/__test__/__snapshots__/handle-inject-css.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 {}`; |
20 changes: 20 additions & 0 deletions
20
packages/core/runtime/__test__/__snapshots__/handle-variable.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}, | ||
} | ||
`; |