webpack/test/configCases/container/module-federation/index.js

4 lines
107 B
JavaScript

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