5.0.79 • Published 5 years ago

@fromage/cli-plugin-unit-mocha v5.0.79

Weekly downloads
80
License
MIT
Repository
github
Last release
5 years ago

@fromage/cli-plugin-unit-mocha

unit-mocha plugin for vue-cli

Injected Commands

  • vue-cli-service test:unit

    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:unit [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
      --inspect-brk Enable inspector to debug the tests

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

    All mocha-webpack command line options are also supported.

Installing in an Already Created Project

vue add @fromage/unit-mocha
5.0.79

5 years ago

5.0.75

5 years ago

5.0.74

5 years ago

5.0.70

5 years ago

5.0.69

5 years ago

5.0.65

5 years ago

5.0.64

5 years ago

5.0.62

5 years ago

5.0.56

5 years ago

5.0.48

5 years ago

5.0.47

5 years ago

5.0.46

5 years ago

5.0.45

5 years ago

5.0.44

5 years ago

5.0.43

5 years ago

5.0.42

5 years ago

5.0.41

5 years ago

5.0.40

5 years ago

5.0.39

5 years ago

5.0.37

5 years ago

5.0.35

5 years ago

5.0.34

5 years ago

5.0.32

5 years ago

5.0.31

5 years ago

5.0.30

5 years ago

5.0.29

5 years ago

5.0.24

5 years ago

5.0.23

5 years ago

5.0.22

5 years ago

5.0.21

5 years ago

5.0.20

5 years ago

5.0.18

5 years ago

5.0.17

5 years ago

5.0.16

5 years ago

5.0.15

5 years ago

5.0.14

5 years ago

5.0.13

5 years ago

5.0.12

5 years ago

5.0.11

5 years ago

5.0.10

5 years ago

5.0.9

5 years ago

5.0.8

5 years ago

5.0.7

5 years ago

5.0.5

5 years ago

5.0.1

5 years ago