mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Fix paths in test.js.
This commit is contained in:
@@ -138,7 +138,7 @@
|
|||||||
return root.QUnit || (
|
return root.QUnit || (
|
||||||
root.addEventListener || (root.addEventListener = noop),
|
root.addEventListener || (root.addEventListener = noop),
|
||||||
root.setTimeout || (root.setTimeout = noop),
|
root.setTimeout || (root.setTimeout = noop),
|
||||||
root.QUnit = load('../vendor/qunit/qunit/qunit.js') || root.QUnit,
|
root.QUnit = load('../node_modules/qunitjs/qunit/qunit.js') || root.QUnit,
|
||||||
addEventListener === noop && delete root.addEventListener,
|
addEventListener === noop && delete root.addEventListener,
|
||||||
root.QUnit
|
root.QUnit
|
||||||
);
|
);
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
var paths = [
|
var paths = [
|
||||||
'./asset/set.js',
|
'./asset/set.js',
|
||||||
'./asset/weakmap.js',
|
'./asset/weakmap.js',
|
||||||
'../vendor/qunit-extras/qunit-extras.js'
|
'../node_modules/qunit-extras/qunit-extras.js'
|
||||||
];
|
];
|
||||||
|
|
||||||
var index = -1,
|
var index = -1,
|
||||||
|
|||||||
Reference in New Issue
Block a user