webpack/test/configCases/library/1-use-library/default-test-modern-module.js

6 lines
143 B
JavaScript

import d from "library";
it("should tree-shake other exports from library (" + NAME + ")", function() {
expect(d).toBe("default-value");
});