mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Turned off Backbone.Mediator validation for tests.
This commit is contained in:
parent
cefeb1df14
commit
1b166028c6
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ module.exports = TestView = class TestView extends CocoView
|
|||
beforeEach ->
|
||||
jasmine.Ajax.requests.reset()
|
||||
Backbone.Mediator.init()
|
||||
Backbone.Mediator.setValidationEnabled false
|
||||
# TODO Stubbify more things
|
||||
# * document.location
|
||||
# * firebase
|
||||
|
|
Loading…
Reference in a new issue