mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix compile errors due to mocha update
This commit is contained in:
@ -10,8 +10,8 @@ export function run(): Promise<void> {
|
||||
// Create the mocha test
|
||||
const mocha = new Mocha({
|
||||
ui: 'tdd',
|
||||
color: true
|
||||
});
|
||||
mocha.useColors(true);
|
||||
mocha.timeout(100000);
|
||||
|
||||
const testsRoot = __dirname;
|
||||
|
||||
Reference in New Issue
Block a user