mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Fixes #141994: Address eslint problems
This commit is contained in:
@@ -29,7 +29,7 @@ const excludeModules = [
|
||||
'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/platform/files/test/common/files.test.js' // TODO@bpasero enable once we ship Electron 16
|
||||
]
|
||||
];
|
||||
|
||||
/**
|
||||
* @type {{ build: boolean; run: string; runGlob: string; coverage: boolean; help: boolean; }}
|
||||
|
||||
Reference in New Issue
Block a user