mocha-notify

0.0.4 • Public • Published

mocha-notify loader for webpack

Usage

Command Line

Hint: when using ! in the bash command line, you must escape it by prepending a \

webpack-dev-server 'mocha-notify!./my-client-tests.js' --options webpackOptions.js
enhanced-require 'mocha-notify!./my-server-tests.js'

webpack.config.js

 
module.exports = {
    entry: 'mocha-notify!./entry-file.js',
    output: {
        path: __dirname,
        filename: 'bundle.js'
    }
}

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Readme

Keywords

none

Package Sidebar

Install

npm i mocha-notify

Weekly Downloads

0

Version

0.0.4

License

none

Last publish

Collaborators

  • chemzqm