diff --git a/test/commands.test.ts b/test/commands.test.ts index 1b220eb..a69f65c 100644 --- a/test/commands.test.ts +++ b/test/commands.test.ts @@ -131,6 +131,7 @@ describe("Commands", () => { ]); }); }); + describe("_mergeMyCommandsParams", () => { it("should merge command's from different Commands instances", () => { const a = new Commands();