mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
One Mocha suite, one Jasmine suite
This commit is contained in:
@@ -216,7 +216,7 @@ function testSuitesForPlatform (platform) {
|
||||
suites = suites.filter(suite => suite !== runCoreMainProcessTests)
|
||||
}
|
||||
|
||||
return suites
|
||||
return [runCoreMainProcessTests, runCoreRenderProcessTests]
|
||||
}
|
||||
|
||||
async.series(testSuitesToRun, function (err, exitCodes) {
|
||||
|
||||
Reference in New Issue
Block a user