Skip to content

Commit e103c1e

Browse files
Update packages/core/src/test/shared/utilities/pathFind.test.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent b82672a commit e103c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/utilities/pathFind.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('pathFind', function () {
4343
})
4444

4545
describe('findSshPath', function () {
46-
let previousPath: string
46+
let previousPath: string | undefined
4747

4848
beforeEach(function () {
4949
previousPath = testutil.env.PATH

0 commit comments

Comments
 (0)