Skip to content

Commit 14fba92

Browse files
committed
rename param
1 parent a12730e commit 14fba92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/test/testUtil.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@ export function copyEnv(): NodeJS.ProcessEnv {
636636
return { ...process.env }
637637
}
638638

639-
export function disableIfVscodeBelow(context: Mocha.Context, version: string) {
639+
export function disableIfVscodeBelow(testContext: Mocha.Context, version: string) {
640640
if (isMinVscode(version)) {
641-
context.skip()
641+
testContext.skip()
642642
}
643643
}

0 commit comments

Comments
 (0)