Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Aug 25, 2023
1 parent 39dbbc9 commit e7093d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/util/test/src/node/Argv.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ describe("Cli", () => {
test("Parser should work", () => {
const args = new Argv(argv);
expect({...args}).toEqual({
argv,
flags: new Map(Object.entries({f: true, not: false})),
options: new Map(Object.entries({kv: "value", port: "123"})),
args: new Set(["argument1", "argument2"]),
Expand Down

0 comments on commit e7093d2

Please sign in to comment.