Skip to content

Commit f1a20c5

Browse files
committed
lint
1 parent 7c185ba commit f1a20c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/test/scenarios/SingleRootProject/tests/compilerPath.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if (isWindows) {
114114
// The extension is not initialized the same way during tests, so this needs to be set manually
115115
// so the tests can find `cpptools-wordexp`.
116116
setExtensionPath(extensionPath);
117-
skip();
117+
void skip();
118118
return;
119119

120120
// [compilerPath, useLegacyBehavior, additionalArgs, result.compilerName, result.allCompilerArgs]
@@ -184,7 +184,7 @@ describe('validateCompilerPath', () => {
184184
// The extension is not initialized the same way during tests, so this needs to be set manually
185185
// so the tests can find `cpptools-wordexp`.
186186
setExtensionPath(extensionPath);
187-
skip();
187+
void skip();
188188
return;
189189
}
190190

0 commit comments

Comments
 (0)