Daniel Roe
Daniel Roe
https://github.com/guidepup/guidepup
```[tasklist] ### Tasks - [x] Assign old Nuxt 2 issues `v0` label - [x] Move `@nuxt/test-utils` from https://github.com/nuxt/nuxt/tree/6141c08a44346c6753b4468932c91bc6fc830ed7/packages/test-utils to this repository - [x] Create new nightly release workflow in this...
We currently support running composables/components in a browser-type environment (with happy-dom, and soon jsdom). But there are use cases where it might be useful to support running tests in a...
I'd be happy to refactor the way this module is invoked to use the [Jest custom environment feature](https://jestjs.io/docs/en/next/configuration#testenvironment-string), which I think would be a more intuitive way of setting up...
At the moment it is tricky to make assertions about the content of generated files. You need to do something like [this](https://github.com/nuxt-modules/critters/blob/main/test/generate.spec.ts).
It would be really convenient if we could mock a filesystem and inject files into it through the test utils. E.g. if my module reads in a config from a...
This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...