mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
Check for focus methods again
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = ({logFile, headless, testPaths, buildAtomEnvironment}) ->
|
||||
})
|
||||
|
||||
require './spec-helper'
|
||||
# disableFocusMethods() if process.env.JANKY_SHA1 or process.env.CI
|
||||
disableFocusMethods() if process.env.JANKY_SHA1 or process.env.CI
|
||||
requireSpecs(testPath) for testPath in testPaths
|
||||
|
||||
setSpecType('user')
|
||||
|
||||
Reference in New Issue
Block a user