mirror of https://github.com/webpack/webpack.git
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
|
|
import { foo } from "./module";
|
||
|
|
|
||
|
|
it("should handle star import with name collision", () => {
|
||
|
|
expect(foo()).toBe("1 21 2");
|
||
|
|
});
|