Skip to content

Commit 9f7e78b

Browse files
committed
test: fix CLI tests
1 parent 172775b commit 9f7e78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api/CLI.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ describe("CLI API", () => {
13401340
],
13411341
(options) => {
13421342
expect(options).toEqual({
1343-
booleanAndNumberAndString: "default",
1343+
booleanAndNumberAndString: true,
13441344
});
13451345
},
13461346
);

0 commit comments

Comments
 (0)