- types
- endpoints
- composables
- tests
- Button (
<button>
) - Yes- Test clicks and check if they trigger the correct actions or events.
- Link (
<a>
) - Yes- Test that it navigates to the expected URL or triggers an event (e.g., in SPAs).
- Input (
<input>
) - Yes- Test value updates, focus, placeholder text, and any expected validation.
- Select (``) - Yes
title | tags | |||||
---|---|---|---|---|---|---|
mountSuspended in Nuxt w/ vitest + @nuxt/test-utils |
|
Mounting in a suspended state means the component is mounted with support for async behavior.
mountSuspended
waits for all async operations to complete before returning the fully rendered component.
title | tags | |||||
---|---|---|---|---|---|---|
How to Stay Organized with Your Todos Using Github for Personal Project Management |
|
Using Github for project management is awesome, especially if you're a developer (or a version control enthusiast of any kind) because you spend so much of your time there anyways - so why not make it the source of truth for everything?
title |
---|
How To Combine/Merge Multiple CSV Or Excel Files (For Mac & PC) |
Table of Contents:
title | tags | |||||||
---|---|---|---|---|---|---|---|---|
How to make Vitest include all your files in the test coverage reports |
|
By default, Vitest only includes files that are imported during test runs in the coverage report. If a file isn't imported in any test, it won't be included in the coverage report.
NewerOlder