@vue/cli-plugin-unit-mocha

3.0.0-alpha.11 • Public • Published

@vue/cli-plugin-unit-mocha

unit-mocha plugin for vue-cli

Injected Commands

  • vue-cli-service test

    Run unit tests with mocha-webpack + chai.

    Note the tests are run inside Node.js with browser environment simulated with JSDOM.

    Usage: vue-cli-service test [options] [...files]
    
    Options:
    
      --watch, -w   run in watch mode
      --grep, -g    only run tests matching <pattern>
      --slow, -s    "slow" test threshold in milliseconds
      --timeout, -t timeout threshold in milliseconds
      --bail, -b    bail after first test failure
      --require, -r require the given module before running tests
      --include     include the given module into test bundle
    

    Default files matches are: any files in test/unit that end in .spec.(ts|js).

    All mocha-wepback command line options are also supported.

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-mocha
vue invoke unit-mocha

Package Sidebar

Install

npm i @vue/cli-plugin-unit-mocha@3.0.0-alpha.11

Version

3.0.0-alpha.11

License

MIT

Unpacked Size

5 kB

Total Files

11

Last publish

Collaborators

  • akryum
  • yyx990803
  • soda