mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Fix fp test fail when run from Node.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
QUnitExtras.runInContext(root);
|
||||
}
|
||||
|
||||
var convert = root.fp || load('../dist/lodash.fp.js'),
|
||||
var convert = root.fp || load('../lib/fp/fp.js'),
|
||||
mapping = root.mapping || load('../lib/fp/mapping.js'),
|
||||
fp = convert(_.runInContext());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user