mirror of https://github.com/webpack/webpack.git
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
|
import { test } from "./a";
|
||
|
|
||
|
it("should correctly tree shake star exports", function() {
|
||
|
test.should.be.eql(123);
|
||
|
});
|