mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #6457 from pmusaraj/yarn-manage-test-vendor-dependencies
DEV: Use Yarn managed test vendor dependencies
This commit is contained in:
@@ -134,7 +134,7 @@ QUnit.test("selectUp calls _moveSelection with -1", assert => {
|
||||
|
||||
QUnit.test("goBack calls history.back", assert => {
|
||||
var called = false;
|
||||
sandbox.stub(history, "back", function() {
|
||||
sandbox.stub(history, "back").callsFake(function() {
|
||||
called = true;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user