Skip to content

Commit 0b457c0

Browse files
adding tests
1 parent 727ae22 commit 0b457c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/use-cases/execute-command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import checkAcl from "../../lib/lib/check-acl";
66

77
const {
88
default: executeCommand,
9-
} = require("@module-federation/aegis/lib/use-cases/execute-command");
9+
} = require("../../lib/use-cases/execute-command");
1010

1111
describe("executeCommand()", function () {
1212
it("should add new model", async function () {

0 commit comments

Comments
 (0)