mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
Remove unneeded rootView variable
This commit is contained in:
@@ -7,7 +7,7 @@ describe "TabView", ->
|
||||
[editor, buffer, tabs] = []
|
||||
|
||||
beforeEach ->
|
||||
rootView = new RootView(require.resolve('fixtures/sample.js'))
|
||||
new RootView(require.resolve('fixtures/sample.js'))
|
||||
rootView.open('sample.txt')
|
||||
rootView.simulateDomAttachment()
|
||||
atom.loadPackage("tabs")
|
||||
|
||||
Reference in New Issue
Block a user