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

6 lines
124 B
JavaScript

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