You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that e2e testing allows to reuse the existing server (nuxt/test-utils#803) (at least with Vitest as the test runner), I think that it could be a good think to have the test folder with an example in it.
Tests are important and majors frameworks have them ready and setup out of the box.
I know that you promote the simplicity of Nuxt and the fact that it's possible to start with a very simple file architecture but maybe it could worth it to have both a very minimal starter (like the current Nuxt3) and a more robust one with tests, eslint (#416), ... wdyt?
Hello,
Now that e2e testing allows to reuse the existing server (nuxt/test-utils#803) (at least with Vitest as the test runner), I think that it could be a good think to have the test folder with an example in it.
Tests are important and majors frameworks have them ready and setup out of the box.
See https://github.com/Barbapapazes/nuxt-template-test as example (It's a simple Nuxt3 starter with the simplest tests setup).
The text was updated successfully, but these errors were encountered: