mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Make tests work with es6 transpiled code.
This commit is contained in:
@@ -126,6 +126,9 @@
|
||||
QUnit.config.autostart = false;
|
||||
|
||||
require(getConfig(), ['underscore', 'backbone'], function(lodash) {
|
||||
ui.isStrict || (ui.isStrict = 'default' in lodash);
|
||||
lodash = (lodash['default'] || lodash);
|
||||
|
||||
mixinPrereqs(lodash);
|
||||
|
||||
if (ui.isModularize) {
|
||||
|
||||
Reference in New Issue
Block a user