mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Excuse invalid underscore _.intersection tests.
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
'initial works on arguments object'
|
||||
],
|
||||
'intersection': [
|
||||
'can perform an OO-style intersection'
|
||||
'can perform an OO-style intersection',
|
||||
'returns an empty array when passed null as first argument',
|
||||
'returns an empty array when passed null as argument beyond the first'
|
||||
],
|
||||
'rest': [
|
||||
'aliased as drop and works on arguments object',
|
||||
@@ -138,8 +140,8 @@
|
||||
if (!ui.isModularize) {
|
||||
delete QUnit.config.excused.Functions.partial;
|
||||
}
|
||||
QUnit.config.excused.Arrays.intersection.shift();
|
||||
delete QUnit.config.excused.Arrays.initial;
|
||||
delete QUnit.config.excused.Arrays.intersection;
|
||||
delete QUnit.config.excused.Arrays.rest;
|
||||
delete QUnit.config.excused.Chaining;
|
||||
delete QUnit.config.excused.Collections.map;
|
||||
|
||||
Reference in New Issue
Block a user