mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
Parallelize test-electron
This commit is contained in:
@@ -30,6 +30,7 @@ window.textsecure.storage.protocol = window.getSignalProtocolStore();
|
||||
runner.on('pass', test => window.testUtilities.onTestEvent({
|
||||
type: 'pass',
|
||||
title: test.titlePath(),
|
||||
duration: test.duration,
|
||||
}));
|
||||
runner.on('fail', (test, error) => window.testUtilities.onTestEvent({
|
||||
type: 'fail',
|
||||
|
||||
Reference in New Issue
Block a user