mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove commented out lines
This commit is contained in:
@@ -215,16 +215,11 @@ describe "TreeView", ->
|
||||
expect(treeView.find('.selected').length).toBe 1
|
||||
|
||||
it "selected a file's parent dir if the file's entry is not visible", ->
|
||||
# treeView.attachToDom()
|
||||
rootView.open(require.resolve('fixtures/dir/a-dir/oh-git'))
|
||||
|
||||
dirView = treeView.root.find('.directory:contains(dir)').view()
|
||||
expect(dirView).toHaveClass 'selected'
|
||||
|
||||
# dirView.expand()
|
||||
# aDirView = dirView.find('.directory:contains(a-dir)').view()
|
||||
# expect(aDirView).toHaveClass 'selected'
|
||||
|
||||
describe "when a different editor becomes active", ->
|
||||
it "selects the file in that is open in that editor", ->
|
||||
sampleJs.click()
|
||||
|
||||
Reference in New Issue
Block a user