We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ae44e commit f611dceCopy full SHA for f611dce
tests/__tests__/simple-button.js
@@ -29,6 +29,6 @@ test('click event is emitted when button is clicked', async () => {
29
await fireEvent.click(getByRole('button'))
30
31
// 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.
+ // events has they are part of the public API of the component
33
expect(emitted()).toHaveProperty('click')
34
})
0 commit comments