0.1.1 • Published 7 years ago

webpack-mock v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Webpack-mock

A mock for unit testing webpack plugin

MIT License

Install Instructions

$ npm i webpack-mock

Usage 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.