mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
rename electron-node to electron-utility (#227672)
This commit is contained in:
committed by
GitHub
parent
7bb0026791
commit
ebc02af2d8
@@ -58,7 +58,7 @@ Options:
|
||||
const TEST_GLOB = '**/test/**/*.test.js';
|
||||
|
||||
const excludeGlobs = [
|
||||
'**/{browser,electron-sandbox,electron-main,electron-node}/**/*.test.js',
|
||||
'**/{browser,electron-sandbox,electron-main,electron-utility}/**/*.test.js',
|
||||
'**/vs/platform/environment/test/node/nativeModules.test.js', // native modules are compiled against Electron and this test would fail with node.js
|
||||
'**/vs/base/parts/storage/test/node/storage.test.js', // same as above, due to direct dependency to sqlite native module
|
||||
'**/vs/workbench/contrib/testing/test/**' // flaky (https://github.com/microsoft/vscode/issues/137853)
|
||||
|
||||
Reference in New Issue
Block a user