[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vitest. An vitest environment with support for testing code that needs a Nuxt runtime environment
nuxt nuxt-module testing unit-testing vitest
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix typo in README (#367)

authored by

Jeffrey GONZALES and committed by
GitHub
(Oct 19, 2023, 6:04 PM +0100) f513718f 8de19b09

+1 -1
+1 -1
README.md
··· 101 101 102 102 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`). 103 103 104 - 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). 104 + This means you should take particular care not to mutate the global state in your tests (or, if you have, to reset it afterwards). 105 105 106 106 ## 🛠️ Helpers 107 107