This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2177,11 +2177,13 @@ describe "TreeView", ->
2177
2177
expect (callback).not .toHaveBeenCalled ()
2178
2178
2179
2179
describe " tree-view:move" , ->
2180
+ beforeEach ->
2181
+ jasmine .attachToDOM (workspaceElement)
2182
+
2180
2183
describe " when a file is selected" , ->
2181
2184
[moveDialog , callback ] = []
2182
2185
2183
2186
beforeEach ->
2184
- jasmine .attachToDOM (workspaceElement)
2185
2187
callback = jasmine .createSpy (" onEntryMoved" )
2186
2188
treeView .onEntryMoved (callback)
2187
2189
@@ -2342,8 +2344,6 @@ describe "TreeView", ->
2342
2344
moveDialog = null
2343
2345
2344
2346
beforeEach ->
2345
- jasmine .attachToDOM (workspaceElement)
2346
-
2347
2347
waitForWorkspaceOpenEvent ->
2348
2348
atom .workspace .open (filePath)
2349
2349
@@ -3465,6 +3465,7 @@ describe "TreeView", ->
3465
3465
describe " showSelectedEntryInFileManager()" , ->
3466
3466
beforeEach ->
3467
3467
atom .notifications .clear ()
3468
+ jasmine .attachToDOM (workspaceElement)
3468
3469
3469
3470
it " displays the standard error output when the process fails" , ->
3470
3471
{BufferedProcess } = require ' atom'
You can’t perform that action at this time.
0 commit comments