We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727ae22 commit 0b457c0Copy full SHA for 0b457c0
test/use-cases/execute-command.js
@@ -6,7 +6,7 @@ import checkAcl from "../../lib/lib/check-acl";
6
7
const {
8
default: executeCommand,
9
-} = require("@module-federation/aegis/lib/use-cases/execute-command");
+} = require("../../lib/use-cases/execute-command");
10
11
describe("executeCommand()", function () {
12
it("should add new model", async function () {
0 commit comments