Skip to content

Commit f611dce

Browse files
committed
Consistency is key
1 parent c4ae44e commit f611dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/__tests__/simple-button.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ test('click event is emitted when button is clicked', async () => {
2929
await fireEvent.click(getByRole('button'))
3030

3131
// Expect that the event emitted a "click" event. We should test for emitted
32-
// events has they are part of the public API of the component.
32+
// events has they are part of the public API of the component
3333
expect(emitted()).toHaveProperty('click')
3434
})

0 commit comments

Comments
 (0)