tests - enable colors for windows (CI supports it and the new Windows terminal too)

This commit is contained in:
Benjamin Pasero
2021-04-19 09:29:20 +02:00
parent cc778d679f
commit 14981ce89d
14 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ const testRunner = require('../../../../test/integration/electron/testrunner');
const options: any = {
ui: 'tdd',
color: (!process.env.BUILD_ARTIFACTSTAGINGDIRECTORY && process.platform !== 'win32'),
color: true,
timeout: 60000
};