Skip to content

Glen1021/san-cli-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

san-cli-plugin-unit-mocha

unit-mocha plugin for san-cli@4.0.0

Injected Commands

  • san test:unit

    Run unit tests with mochapack + chai.

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

    Usage: san 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.js.

    All mochapack command line options are also supported.

About

mocha unit testing plugin for san-cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published