mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-18 05:10:05 -06:00
@vue/cli-plugin-unit-jest
unit-jest plugin for vue-cli
Injected Commands
-
vue-cli-service testRun unit tests with Jest. Default files matches are:
- Any files in
tests/unitthat end in.spec.(js|ts); - Any js/ts files inside
__tests__directories.
Usage:
vue-cli-service test [options] <regexForTestFiles>All Jest command line options are also supported.
- Any files in
Configuration
Jest can be configured via jest.config.js in your project root, or the jest field in package.json.
Installing in an Already Created Project
npm install -D @vue/cli-plugin-unit-jest
vue invoke unit-jest