From 292eea6e7218b86e2881195c278cd212bf84290e Mon Sep 17 00:00:00 2001 From: Navateja Alagam Date: Thu, 7 Nov 2024 13:51:33 +0530 Subject: [PATCH] docs(README): Update README.md --- packages/jest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest/README.md b/packages/jest/README.md index 4b73512e..8405d34e 100644 --- a/packages/jest/README.md +++ b/packages/jest/README.md @@ -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`