Skip to content

Commit b82672a

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

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
@@ -46,7 +46,7 @@ describe('pathFind', function () {
4646
let previousPath: string
4747

4848
beforeEach(function () {
49-
previousPath = testutil.copyEnv().PATH!
49+
previousPath = testutil.env.PATH
5050
})
5151

5252
afterEach(function () {

0 commit comments

Comments
 (0)