mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
remove target to fix activity detection tests (#128)
This commit is contained in:
parent
42b09b6894
commit
421f04d8e0
@ -9,7 +9,7 @@ describe('Tests for Activity Detection', function() {
|
|||||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50000;
|
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50000;
|
||||||
|
|
||||||
beforeAll(function (done) {
|
beforeAll(function (done) {
|
||||||
childProcess.exec('npm rebuild --runtime=electron --target=1.5.0 --disturl=https://atom.io/download/atom-shell --build-from-source', function (err) {
|
childProcess.exec('npm rebuild --runtime=electron --disturl=https://atom.io/download/atom-shell --build-from-source', function (err) {
|
||||||
activityDetection = require('../js/activityDetection/activityDetection.js');
|
activityDetection = require('../js/activityDetection/activityDetection.js');
|
||||||
activityDetection.setActivityWindow(120000, electron.ipcRenderer);
|
activityDetection.setActivityWindow(120000, electron.ipcRenderer);
|
||||||
done();
|
done();
|
||||||
|
Loading…
Reference in New Issue
Block a user