nuxt3-eslint-starter
nuxt3-eslint-starter copied to clipboard
Component test and E2E test
-
[x] implement vitest. vitest is a testing tool, not for component test.
-
[x] implement E2E test with testcafe
-
[x] vitest works with
"@nuxt/test-utils": "^3.0.0-rc.3"to test SSR page. -
[ ] vitest cannot make unit test with
@vue/test-utilsto mount the component. But require@vitejs/plugin-vueto handle.vuefile. Still figuring out...