mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove unused spy for intervals
This commit is contained in:
committed by
Nathan Sobo
parent
2f11b86a34
commit
39749ac70a
@@ -191,8 +191,6 @@ describe "ViewRegistry", ->
|
||||
jasmineContent.appendChild(testElement)
|
||||
jasmineContent.appendChild(testStyleSheet)
|
||||
|
||||
spyOn(window, 'setInterval').andCallFake(fakeSetInterval)
|
||||
|
||||
events = []
|
||||
disposable1 = registry.pollDocument -> events.push('poll 1')
|
||||
disposable2 = registry.pollDocument -> events.push('poll 2')
|
||||
|
||||
Reference in New Issue
Block a user