mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
One Mocha suite, one Jasmine suite
This commit is contained in:
parent
7361720363
commit
8dfdccbb10
@ -216,7 +216,7 @@ function testSuitesForPlatform (platform) {
|
||||
suites = suites.filter(suite => suite !== runCoreMainProcessTests)
|
||||
}
|
||||
|
||||
return suites
|
||||
return [runCoreMainProcessTests, runCoreRenderProcessTests]
|
||||
}
|
||||
|
||||
async.series(testSuitesToRun, function (err, exitCodes) {
|
||||
|
Loading…
Reference in New Issue
Block a user