Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Jun 23, 2021
1 parent 0539b87 commit 0e158e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/docs/src/frameworks/svelte/extractArgTypes.test.ts
Expand Up @@ -102,8 +102,8 @@ describe('Extracting Arguments', () => {
},
},
"type": Object {
"required": false,
"name": "boolean",
"required": false,
},
},
"slot_default": Object {
Expand Down Expand Up @@ -134,8 +134,8 @@ describe('Extracting Arguments', () => {
},
},
"type": Object {
"required": false,
"name": "string",
"required": false,
},
},
}
Expand Down

0 comments on commit 0e158e7

Please sign in to comment.