Skip to content

Commit

Permalink
add browserOptions to crawler argument handler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madalynrose committed Sep 22, 2023
1 parent 71be643 commit 4e494b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/shared/src/scanner/crawl-argument-handler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ describe(CrawlArgumentHandler, () => {
serviceAccountPassword: undefined,
authType: undefined,
snapshot: undefined,
browserOptions: undefined,
};

validateMock.setup((m) => m(expectedArgs));
Expand Down Expand Up @@ -86,6 +87,7 @@ describe(CrawlArgumentHandler, () => {
serviceAccountPassword: undefined,
authType: undefined,
snapshot: undefined,
browserOptions: undefined,
};

validateMock.setup((m) => m(expectedArgs));
Expand Down Expand Up @@ -115,6 +117,7 @@ describe(CrawlArgumentHandler, () => {
serviceAccountPassword: undefined,
authType: undefined,
snapshot: undefined,
browserOptions: undefined,
};

validateMock.setup((m) => m(expectedArgs));
Expand Down Expand Up @@ -142,6 +145,7 @@ describe(CrawlArgumentHandler, () => {
serviceAccountPassword: undefined,
authType: undefined,
snapshot: undefined,
browserOptions: undefined,
};

validateMock.setup((m) => m(expectedArgs));
Expand Down

0 comments on commit 4e494b2

Please sign in to comment.