Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Oct 25, 2024
1 parent 55f1b97 commit 523a31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions tests/__snapshots__/fixtures.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1553,11 +1553,7 @@ export interface InputEventsProps {}
export default class InputEvents extends SvelteComponentTyped<
InputEventsProps,
{
input: WindowEventMap["input"];
change: WindowEventMap["change"];
paste: DocumentAndElementEventHandlersEventMap["paste"];
},
{ input: WindowEventMap["input"]; change: WindowEventMap["change"]; paste: WindowEventMap["paste"] },
{}
> {}
"
Expand Down
6 changes: 1 addition & 5 deletions tests/fixtures/input-events/output.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ export interface InputEventsProps {}

export default class InputEvents extends SvelteComponentTyped<
InputEventsProps,
{
input: WindowEventMap["input"];
change: WindowEventMap["change"];
paste: DocumentAndElementEventHandlersEventMap["paste"];
},
{ input: WindowEventMap["input"]; change: WindowEventMap["change"]; paste: WindowEventMap["paste"] },
{}
> {}

0 comments on commit 523a31d

Please sign in to comment.