Marijn Kok
Marijn Kok
Enable the plugin and restart PHPStorm. I get the following error:  PHPStorm version: 2017.1.4, Windows 10 64bit
### Environment ------------------------------ - Operating System: Darwin - Node Version: v18.19.1 - Nuxt Version: 3.10.3 - CLI Version: 3.10.1 - Nitro Version: 2.9.3 - Package Manager: [email protected] - Builder: -...
Currently, it's possible to mock a Nuxt import: ```js mockNuxtImport('useStorage', () => { return vi.fn() }) ``` When we want to access this mock in our test, to run an...
One thing I'm really missing from `nuxi` is a way to quickly initialise a test setup. My proposal is that after people have initialised a project with `nuxi init`, they...