Fix compile errors due to mocha update

This commit is contained in:
Dirk Baeumer
2020-08-18 15:26:11 +02:00
parent b93bc80414
commit 8d43af0868

View File

@ -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;