Check for focus methods again

This commit is contained in:
Winston Liu
2019-05-25 20:53:47 -04:00
parent 7870675ef4
commit fe5082df51

View File

@@ -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')