mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Remove this commit if it works on travis
This commit is contained in:
3
spec/fake-spec.coffee
Normal file
3
spec/fake-spec.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
fdescribe "remove this", ->
|
||||
it "remove me", ->
|
||||
require("grim").deprecate("foo")
|
||||
@@ -25,7 +25,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