mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Update qunit-extras and backbone test to work with QUnit 1.16.0.
This commit is contained in:
2
vendor/backbone/test/environment.js
vendored
2
vendor/backbone/test/environment.js
vendored
@@ -9,7 +9,7 @@
|
||||
var replaceState = history.replaceState;
|
||||
|
||||
QUnit.testStart(function() {
|
||||
var env = this.config.current.testEnvironment;
|
||||
var env = QUnit.config.current.testEnvironment;
|
||||
|
||||
// We never want to actually call these during tests.
|
||||
history.pushState = history.replaceState = function(){};
|
||||
|
||||
Reference in New Issue
Block a user