0.1.1 • Published 9 years ago
webpack-mock v0.1.1
Webpack-mock
A mock for unit testing webpack plugin
Install Instructions
$ npm i webpack-mockUsage Instructions
Require webpack-mock
var webpackMock = require('webpack-mock')Call the apply method with the webpack mock
myPluginInstance.apply(webpackMock);Examples
Contributing
All contributions are welcome.