Is it possible to disable server with nuxt test ?

By looking at the nuxt test documentation https://nuxt.com/docs/getting-started/testing , I understand that I can configure the command to disable the server.

However, how do I set the option ? In nuxt.config.ts ?

I want to avoid building nuxt server each time I want to test the server

Thanks
Nuxt
How to test your Nuxt application.
Was this page helpful?