Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vitest. An vitest environment with support for testing code that needs a Nuxt runtime environment
···101101102102When 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`).
103103104104-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).
104104+This means you should take particular care not to mutate the global state in your tests (or, if you have, to reset it afterwards).
105105106106## 🛠️ Helpers
107107