Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Vue Test Utils for Vue 3

License

NotificationsYou must be signed in to change notification settings

vuejs/test-utils

Repository files navigation

Component testing utils for Vue 3.

Languages

🇫🇷 French version of this README.md

Installation and Usage

  • yarn:yarn add @vue/test-utils --dev
  • npm:npm install @vue/test-utils --save-dev

Get started with thedocumentation.

Coming from Vue 2 + Test Utils v1?

Check the migration guide. It's still a work in progress. If you find a problem or something that doesn't work that previously did in Vue Test Utils v1, please open an issue.

Documentation

See thedocs.

Development

Get started by runningpnpm install. You can run the tests withpnpm test. That's it!

Contributing Docs

All the documentation files can be found indocs. It contains the English markdown files while translation(s) are stored in their corresponding<lang> sub-folder(s):

  • fr: French translation.

Besides that, the.vitepress sub-folder contains the config and theme, including the i18n information.

  • pnpm docs:dev: Start the docs dev server.
  • pnpm docs:build: Build the docs.

To add or maintain the translations, we follow theVue Ecosystem Translation Guidelines.

  • pnpm docs:translation:status [<lang>]: Show the translation status for your language. If you don't specify a language, it will show the status for all languages.
  • pnpm docs:translation:compare <lang>: Compare the docs with the latest checkpoint for your language.
  • pnpm docs:translation:update <lang> [<commit>]: Update the checkpoint for your language. The checkpoint will be set by the latest commit hash. However, you can also specify a commit hash manually.

[8]ページ先頭

©2009-2025 Movatter.jp