mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
🎨 runCoreSpecs -> runRendererProcessSpecs
This commit is contained in:
parent
75d4919489
commit
01e8601f7f
@ -72,7 +72,7 @@ module.exports = (grunt) ->
|
||||
packageSpecQueue.concurrency = Math.max(1, concurrency - 1)
|
||||
packageSpecQueue.drain = -> callback(null, failedPackages)
|
||||
|
||||
runCoreSpecs = (callback) ->
|
||||
runRendererProcessSpecs = (callback) ->
|
||||
appPath = getAppPath()
|
||||
resourcePath = process.cwd()
|
||||
coreSpecsPath = path.resolve('spec')
|
||||
@ -141,9 +141,9 @@ module.exports = (grunt) ->
|
||||
if process.env.ATOM_SPECS_TASK is 'packages'
|
||||
[runPackageSpecs]
|
||||
else if process.env.ATOM_SPECS_TASK is 'core'
|
||||
[runCoreSpecs, runMainProcessSpecs]
|
||||
[runRendererProcessSpecs, runMainProcessSpecs]
|
||||
else
|
||||
[runCoreSpecs, runMainProcessSpecs, runPackageSpecs]
|
||||
[runRendererProcessSpecs, runMainProcessSpecs, runPackageSpecs]
|
||||
|
||||
method specs, (error, results) ->
|
||||
failedPackages = []
|
||||
|
Loading…
Reference in New Issue
Block a user