Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt/test-utils
๐งช Test utilities for Nuxt
https://github.com/nuxt/test-utils
hacktoberfest nuxt nuxtjs test-utilities test-utils testing
Last synced: 5 days ago
JSON representation
๐งช Test utilities for Nuxt
- Host: GitHub
- URL: https://github.com/nuxt/test-utils
- Owner: nuxt
- License: mit
- Created: 2019-07-31T10:29:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T14:06:26.000Z (3 months ago)
- Last Synced: 2024-10-29T14:35:24.467Z (3 months ago)
- Topics: hacktoberfest, nuxt, nuxtjs, test-utilities, test-utils, testing
- Language: TypeScript
- Homepage: http://nuxt.com/docs/getting-started/testing
- Size: 57.5 MB
- Stars: 322
- Watchers: 8
- Forks: 81
- Open Issues: 88
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Nuxt Test Utils
๐งช [Nuxt](https://nuxt.com/) Test Utils
## Overview
Nuxt offers first-class support for e2e and unit testing of your Nuxt applications.
Nuxt Test Utils is currently powering [the tests we use on Nuxt itself](https://github.com/nuxt/nuxt/tree/main/test), as well as tests used throughout the module ecosystem.
You can find out more about how to use Nuxt Test Utils:
- in [a general overview](https://nuxt.com/docs/getting-started/testing)
- in [an in-depth guide for module authors](https://nuxt.com/docs/guide/going-further/modules/#testing)## License
[MIT](./LICENSE)