mirror of https://github.com/webpack/webpack.git
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
|
import d from "library";
|
||
|
|
||
|
it("should tree-shake other exports from library (" + NAME + ")", function() {
|
||
|
expect(d).toBe("default-value");
|
||
|
});
|