mirror of https://github.com/webpack/webpack.git
test: fix
This commit is contained in:
parent
cf891a4164
commit
fd8b6aa79c
|
|
@ -7,6 +7,8 @@ module.exports = {
|
|||
apply(compiler) {
|
||||
compiler.hooks.done.tap("TestPlugin", () => {
|
||||
expect(pluginExecutionCounter).toBe(4);
|
||||
|
||||
pluginExecutionCounter = 0;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue