webpack/test/configCases/scope-hoisting/dll-plugin/index.js

6 lines
125 B
JavaScript

import value from "dll/module";
it("should not scope hoist delegated modules", function() {
value.should.be.eql("ok");
});