webpack/test/cases/optimize/tree-shaking-commonjs/index.js

6 lines
119 B
JavaScript
Raw Normal View History

import { test } from "./a";
it("should correctly tree shake star exports", function() {
test.should.be.eql(123);
});