mirror of https://github.com/webpack/webpack.git
fix global leak of compilationEventBinding
This commit is contained in:
parent
23e57e5b97
commit
2e6292ac36
|
|
@ -62,7 +62,9 @@ describe("RequireJsStuffPlugin", function() {
|
|||
});
|
||||
|
||||
describe("parser handler", function() {
|
||||
var parser, parserEventBindings;
|
||||
let parser;
|
||||
let parserEventBindings;
|
||||
let compilationEventBinding;
|
||||
|
||||
beforeEach(function() {
|
||||
compilationEventBinding = compilationEventBindings[0];
|
||||
|
|
|
|||
Loading…
Reference in New Issue