This repository was archived by the owner on Sep 3, 2024. It is now read-only.
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
Improve Documentation in Testing #1600
Open
Description
What problem does this feature solve?
For a lot of us proper testing is a big topic and it's hard to find documentation on how to test Nuxt-specific features. Currently I am trying to find out how to test asyncData
and there is very little information on that on the internet and no information on the website. There is one example on how to run a test with AVA, but I feel testing should be a big part of software development and in the documentation.
What does the proposed changes look like?
Documentation on how to test a Nuxt app, specifically Nuxt-specific features.