Skip to content

Commit

Permalink
docs(README): Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navateja-alagam authored Nov 7, 2024
1 parent 08c9808 commit 292eea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The accessibility APIs need to be registered with Jest before they can be used i

You can set up the sa11y API once at the project level to make it available to all the Jest tests in the project. For an example look at the [Integration test setup in @sa11y](../test-integration/README.md).

- Add a Jest setup file (e.g. `jest-setup.js`) and add the following code that registers the sa11y API:
- Add a Jest setup file (e.g. `jest-setup.js`) and add the following code that registers the sa11y API

```javascript
// Import using either CommonJS `require` or ES6 `import`
Expand Down

0 comments on commit 292eea6

Please sign in to comment.