Skip to content

Commit 89abb72

Browse files
committed
redo change
1 parent fc6cc6c commit 89abb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/testUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ export function copyEnv(): NodeJS.ProcessEnv {
636636
return { ...process.env }
637637
}
638638

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

0 commit comments

Comments
 (0)