Skip to content

Commit a8880de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { fs } from '../../../shared'
99
import { isWin } from '../../../shared/vscode/env'
1010
import { tryRun } from '../../../shared/utilities/pathFind'
1111

12-
describe('setEnv', function () {
12+
describe('copyEnv', function () {
1313
it('modifies the node environment variables (Non-Windows)', function () {
1414
// PATH returns undefined on Windows.
1515
if (isWin()) {

0 commit comments

Comments
 (0)