Marijn Kok

Results 4 issues of Marijn Kok

Enable the plugin and restart PHPStorm. I get the following error: ![image](https://user-images.githubusercontent.com/12714499/27818724-2478fa46-6097-11e7-8a9f-6727ba8a6c1e.png) PHPStorm version: 2017.1.4, Windows 10 64bit

bug
to investigate

### 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: -...

pending triage

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...

enhancement
good first issue
vitest-environment

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...

enhancement
pending
discussion