Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitscherlich committed Mar 15, 2024
1 parent afe9161 commit 776849b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`should compiled match snapshot 1`] = `
"import _mergeJSXProps7 from \\"@vue/babel-helper-vue-jsx-merge-props\\";
Expand All @@ -8,7 +8,6 @@ import _mergeJSXProps4 from \\"@vue/babel-helper-vue-jsx-merge-props\\";
import _mergeJSXProps3 from \\"@vue/babel-helper-vue-jsx-merge-props\\";
import _mergeJSXProps2 from \\"@vue/babel-helper-vue-jsx-merge-props\\";
import _mergeJSXProps from \\"@vue/babel-helper-vue-jsx-merge-props\\";
function createApp() {
return h(\\"div\\", [h(\\"component\\", _mergeJSXProps([{
\\"attrs\\": {
Expand Down Expand Up @@ -86,7 +85,8 @@ function createApp() {
\\"attrs\\": {
\\"visible\\": this.test.a
},
\\"props\\": { ...{
\\"props\\": {
...{
foo: 'bar'
}
}
Expand Down

0 comments on commit 776849b

Please sign in to comment.