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 ->
|
beforeEach ->
|
||||||
jasmine.Ajax.requests.reset()
|
jasmine.Ajax.requests.reset()
|
||||||
Backbone.Mediator.init()
|
Backbone.Mediator.init()
|
||||||
|
Backbone.Mediator.setValidationEnabled false
|
||||||
# TODO Stubbify more things
|
# TODO Stubbify more things
|
||||||
# * document.location
|
# * document.location
|
||||||
# * firebase
|
# * firebase
|
||||||
|
|
Reference in a new issue