Skip to content

Commit c965594

Browse files
committed
test(scan): update scan reach test expectations
Add outputPath and target to expected performAnalysis call parameters.
1 parent 956ef97 commit c965594

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli/src/commands/scan/handle-scan-reach.test.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ describe('handleScanReach', () => {
9090
expect(mockPerformAnalysis).toHaveBeenCalledWith({
9191
cwd: '/project',
9292
orgSlug: 'test-org',
93+
outputPath: undefined,
9394
packagePaths: ['/project/package.json', '/project/package-lock.json'],
9495
reachabilityOptions: { depth: 5 },
9596
spinner: expect.any(Object),
97+
target: 'src',
9698
uploadManifests: true,
9799
})
98100
expect(mockOutput).toHaveBeenCalled()

0 commit comments

Comments
 (0)