Skip to content

Commit

Permalink
fix failing test due to lib.dom.ts being trash
Browse files Browse the repository at this point in the history
  • Loading branch information
r3wt committed Feb 20, 2022
1 parent 261ffa0 commit 154024c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,11 @@ describe('use-models',()=>{
return (
<div>
<div>
<label for="field-a">A</label>
<label>A</label>
<input data-testid="field-a" {...radio('field','A')} />
</div>
<div>
<label for="field-b">A</label>
<label>A</label>
<input data-testid="field-b" {...radio('field','B')} />
</div>
<div data-testid="state">{JSON.stringify(state)}</div>
Expand Down

0 comments on commit 154024c

Please sign in to comment.