Skip to content

Commit

Permalink
test: fix CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 23, 2022
1 parent 172775b commit 9f7e78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/CLI.test.js
Expand Up @@ -1340,7 +1340,7 @@ describe("CLI API", () => {
],
(options) => {
expect(options).toEqual({
booleanAndNumberAndString: "default",
booleanAndNumberAndString: true,
});
},
);
Expand Down

0 comments on commit 9f7e78b

Please sign in to comment.