Fix fp test fail when run from Node.

This commit is contained in:
John-David Dalton
2015-12-11 01:29:14 -08:00
parent d885a9afd0
commit 82a1010f64

View File

@@ -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());