Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Nov 13, 2024
1 parent 36fe2bf commit 86e38ef
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/core/src/parsers/jsx/__snapshots__/signals.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

exports[`Signals type parsing > findSignals 1`] = `
{
"context": Set {},
"props": Set {},
"state": Set {},
"context": Set {
"context",
},
"props": Set {
"k",
},
"state": Set {
"n",
},
}
`;

Expand Down

0 comments on commit 86e38ef

Please sign in to comment.