Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Margaree Peacocke <[email protected]>
  • Loading branch information
dlockhart and margaree committed Aug 3, 2023
1 parent 2af7521 commit 09f840c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ it('should be accessible', async() => {
To hover over or click on a specific element, use `hoverElem(elem)` and `clickElem(elem)`.

```javascript
import { clickElem, hoverElem, fixture } from '@brightspace-ui/testing';
import { clickElem, fixture, hoverElem } from '@brightspace-ui/testing';

it('should hover over element', async() => {
const elem = await fixture(...);
Expand Down

0 comments on commit 09f840c

Please sign in to comment.