Run only main process specs for now

Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
Antonio Scandurra
2016-08-12 17:47:34 +02:00
committed by Nathan Sobo
parent 9847c4fc24
commit 7e7f7722e6

View File

@@ -136,7 +136,7 @@ module.exports = (grunt) ->
else
async.parallel
specs = [runRendererProcessSpecs, runMainProcessSpecs, runPackageSpecs]
specs = [runMainProcessSpecs]
method specs, (error, results) ->
failedPackages = []