We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa92be0 commit c0158f6Copy full SHA for c0158f6
1 file changed
src/molecules/form-fields/checkbox-form-field.test.tsx
@@ -43,8 +43,8 @@ describe("CheckboxFormField", () => {
43
test("when onChange set, calls handler upon change", () => {
44
// Arrange
45
let isChecked = false;
46
- const label = faker.random.word();
47
const handleChange = () => (isChecked = true);
+ const label = faker.random.word();
48
49
// Act
50
const { getByText } = render(
0 commit comments