Skip to content

Commit

Permalink
docs(examples/jest_react): fix typo referring to Jasmine (dequelabs#2833
Browse files Browse the repository at this point in the history
)

Replace "Jasmine" with "Jest" to accurately reflect script events
  • Loading branch information
annieshinn committed Mar 9, 2021
1 parent 661286a commit fbaf281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/jest_react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ axe-core in Jest (using JSDOM and Enzyme).
## To run the example

- Move to the `doc/examples/jest_react` directory
- `npm test` to run Jasmine
- `npm test` to run Jest

You should see output indicating that the tests ran successfully, with zero
failures.
Expand Down

0 comments on commit fbaf281

Please sign in to comment.