Skip to content

Commit

Permalink
Merge branch 'main' into addMixinOfCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
roziscoding authored May 18, 2024
2 parents 2c2934f + db51f08 commit 2ca44ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/commands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ describe("Commands", () => {
]);
});
});

describe("_mergeMyCommandsParams", () => {
it("should merge command's from different Commands instances", () => {
const a = new Commands();
Expand Down

0 comments on commit 2ca44ee

Please sign in to comment.