mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
un-f
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
_ = require 'underscore'
|
||||
EventEmitter = require 'event-emitter'
|
||||
|
||||
fdescribe "EventEmitter mixin", ->
|
||||
describe "EventEmitter mixin", ->
|
||||
[object, fooHandler1, fooHandler2, barHandler] = []
|
||||
|
||||
beforeEach ->
|
||||
|
||||
@@ -264,7 +264,7 @@ describe "TreeView", ->
|
||||
fs.remove(temporaryFilePath) if fs.exists(temporaryFilePath)
|
||||
|
||||
describe "when a file is added or removed in an expanded directory", ->
|
||||
fit "updates the directory view to display the directory's new contents", ->
|
||||
it "updates the directory view to display the directory's new contents", ->
|
||||
entriesCountBefore = null
|
||||
|
||||
runs ->
|
||||
|
||||
Reference in New Issue
Block a user