One Mocha suite, one Jasmine suite

This commit is contained in:
Ash Wilson 2019-02-06 20:21:19 -05:00
parent 7361720363
commit 8dfdccbb10
No known key found for this signature in database
GPG Key ID: BC88E787577BAF62

View File

@ -216,7 +216,7 @@ function testSuitesForPlatform (platform) {
suites = suites.filter(suite => suite !== runCoreMainProcessTests)
}
return suites
return [runCoreMainProcessTests, runCoreRenderProcessTests]
}
async.series(testSuitesToRun, function (err, exitCodes) {