mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Clear window.me before running tests
This commit is contained in:
parent
d07a3394d1
commit
70762f15cc
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ module.exports = TestView = class TestView extends RootView
|
|||
describe 'CodeCombat Client', =>
|
||||
jasmine.Ajax.install()
|
||||
beforeEach ->
|
||||
me.clear()
|
||||
jasmine.Ajax.requests.reset()
|
||||
Backbone.Mediator.init()
|
||||
Backbone.Mediator.setValidationEnabled false
|
||||
|
|
Loading…
Reference in a new issue