mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
win: add an arch check to VS 2019 (#3025)
This commit is contained in:
parent
93186f10c9
commit
323957b74e
2 changed files with 5 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue