webpack/test/configCases/container/container-reference-override/index.js

4 lines
107 B
JavaScript

it("should import the correct modules", () => {
return import("./module").then(({ test }) => test());
});