Skip to content

Commit 6cc9743

Browse files
committed
fix env ref
1 parent a8880de commit 6cc9743

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 | undefined
4747

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

5252
afterEach(function () {

0 commit comments

Comments
 (0)