win: add an arch check to VS 2019 (#3025)

This commit is contained in:
Hüseyin Açacak 2024-04-23 16:46:11 +03:00 committed by GitHub
parent 93186f10c9
commit 323957b74e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View file

@ -21,13 +21,7 @@ class TestVisualStudioFinder extends VisualStudioFinder {
}
}
const shouldSkip = process.platform !== 'win32'
describe('find-visualstudio', function () {
if (shouldSkip) {
return
}
this.beforeAll(function () {
// Condition to skip the test suite
if (process.env.SystemRoot === undefined) {