mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Focus it
This commit is contained in:
@@ -4,7 +4,7 @@ const season = require('season')
|
||||
const temp = require('temp').track()
|
||||
const runAtom = require('./helpers/start-atom')
|
||||
|
||||
describe('Smoke Test', () => {
|
||||
fdescribe('Smoke Test', () => {
|
||||
// Fails on win32
|
||||
if (process.platform !== 'darwin') {
|
||||
return
|
||||
|
||||
@@ -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