Skip to content

Commit

Permalink
update vitest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Mar 29, 2024
1 parent 185b761 commit cbd8cb3
Showing 1 changed file with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -798,9 +798,6 @@ exports[`extractArgTypes (vue-docgen-api) > should extract props for component 2
exports[`extractArgTypes (vue-docgen-api) > should extract slots for component 1`] = `
{
"default": {
"control": {
"disable": true,
},
"description": undefined,
"name": "default",
"table": {
Expand All @@ -818,9 +815,6 @@ exports[`extractArgTypes (vue-docgen-api) > should extract slots for component 1
},
},
"named": {
"control": {
"disable": true,
},
"description": undefined,
"name": "named",
"table": {
Expand All @@ -838,9 +832,6 @@ exports[`extractArgTypes (vue-docgen-api) > should extract slots for component 1
},
},
"no-bind": {
"control": {
"disable": true,
},
"description": undefined,
"name": "no-bind",
"table": {
Expand All @@ -856,9 +847,6 @@ exports[`extractArgTypes (vue-docgen-api) > should extract slots for component 1
},
},
"vbind": {
"control": {
"disable": true,
},
"description": undefined,
"name": "vbind",
"table": {
Expand All @@ -881,9 +869,6 @@ exports[`extractArgTypes (vue-docgen-api) > should extract slots for component 1
exports[`extractArgTypes (vue-docgen-api) > should extract slots type for Vue component 1`] = `
{
"default": {
"control": {
"disable": true,
},
"description": "",
"name": "default",
"table": {
Expand All @@ -898,9 +883,6 @@ exports[`extractArgTypes (vue-docgen-api) > should extract slots type for Vue co
},
},
"named": {
"control": {
"disable": true,
},
"description": "",
"name": "named",
"table": {
Expand All @@ -915,9 +897,6 @@ exports[`extractArgTypes (vue-docgen-api) > should extract slots type for Vue co
},
},
"no-bind": {
"control": {
"disable": true,
},
"description": "",
"name": "no-bind",
"table": {
Expand All @@ -932,9 +911,6 @@ exports[`extractArgTypes (vue-docgen-api) > should extract slots type for Vue co
},
},
"vbind": {
"control": {
"disable": true,
},
"description": "",
"name": "vbind",
"table": {
Expand Down

0 comments on commit cbd8cb3

Please sign in to comment.