Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 15, 2024
1 parent 127b5f7 commit 5221628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/src/tests/checkbox/checkbox.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe("checkbox", () => {
expect(input.checked).toBe(false);
expect(input.disabled).toBe(true);
await user.click(root);
expectChecked(root);
expectUnchecked(root);
expect(root).toBeDisabled();
expect(input.checked).toBe(false);
});
Expand Down

0 comments on commit 5221628

Please sign in to comment.