Skip to content

Commit

Permalink
docs: fix typo in README (danielroe#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonz3 authored Oct 19, 2023
1 parent 8de19b0 commit f513718
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 @@ -101,7 +101,7 @@ test('my test', () => {

When you run your tests within the Nuxt environment, they will be running in a [`happy-dom`](https://github.com/capricorn86/happy-dom) environment. Before your tests run, a global Nuxt app will be initialised (including, for example, running any plugins or code you've defined in your `app.vue`).

This means you should be take particular care not to mutate the global state in your tests (or, if you have, to reset it afterwards).
This means you should take particular care not to mutate the global state in your tests (or, if you have, to reset it afterwards).

## 🛠️ Helpers

Expand Down

0 comments on commit f513718

Please sign in to comment.