Skip to content

Commit

Permalink
chore: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Dec 2, 2021
1 parent e2da5d6 commit 81fa4df
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/__tests__/__snapshots__/main.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,6 @@ exports[`async state update 2`] = `
</DocumentFragment>
`;

exports[`circular 1`] = `
<DocumentFragment>
0 | 1
<button>
increment
</button>
</DocumentFragment>
`;

exports[`circular 2`] = `
<DocumentFragment>
1 | 1
<button>
increment
</button>
</DocumentFragment>
`;

exports[`create lazy model 1`] = `
<DocumentFragment>
<div>
Expand Down

0 comments on commit 81fa4df

Please sign in to comment.