mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 02:10:32 -06:00
Electron-90 - throws error if rebuild fails
This commit is contained in:
parent
55253c96d3
commit
d869496b7e
@ -22,6 +22,9 @@ describe('Tests for Activity Detection', function() {
|
||||
|
||||
afterAll(function (done) {
|
||||
childProcess.exec('npm run rebuild', function (err, stdout) {
|
||||
if (err){
|
||||
throw(err);
|
||||
}
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = originalTimeout;
|
||||
done();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user