Skip to content

Commit a0d8424

Browse files
committed
Minor nit.
1 parent 79398cf commit a0d8424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/functions/functionsDeployHelper.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ describe("functionsDeployHelper", () => {
416416
only: tc.only,
417417
} as Options;
418418

419-
const actual = helper.getEndpointFilters(options, tc.strict ?? false);
419+
const actual = helper.getEndpointFilters(options, !!tc.strict);
420420

421421
if (tc.expected === undefined) {
422422
expect(actual).to.be.undefined;

0 commit comments

Comments
 (0)