remove target to fix activity detection tests (#128)

This commit is contained in:
Lynn 2017-06-05 14:21:27 -07:00 committed by GitHub
parent 42b09b6894
commit 421f04d8e0

View File

@ -9,7 +9,7 @@ describe('Tests for Activity Detection', function() {
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50000;
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.setActivityWindow(120000, electron.ipcRenderer);
done();