test: fix

This commit is contained in:
alexander.akait 2024-03-05 17:52:34 +03:00
parent cf891a4164
commit fd8b6aa79c
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ module.exports = {
apply(compiler) {
compiler.hooks.done.tap("TestPlugin", () => {
expect(pluginExecutionCounter).toBe(4);
pluginExecutionCounter = 0;
});
}
}