mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove application:run-all-specs command
This commit is contained in:
committed by
Nathan Sobo
parent
9924288a6f
commit
4988f6be11
@@ -162,7 +162,6 @@ class AtomApplication
|
||||
devMode: @focusedWindow()?.devMode
|
||||
safeMode: @focusedWindow()?.safeMode
|
||||
|
||||
@on 'application:run-all-specs', -> @runTests(headless: false, resourcePath: @devResourcePath, safeMode: @focusedWindow()?.safeMode)
|
||||
@on 'application:quit', -> app.quit()
|
||||
@on 'application:new-window', -> @openPath(_.extend(windowDimensions: @focusedWindow()?.getDimensions(), getLoadSettings()))
|
||||
@on 'application:new-file', -> (@focusedWindow() ? this).openPath()
|
||||
|
||||
Reference in New Issue
Block a user