fix
This commit is contained in:
parent
94f7ec85e9
commit
7939aaf3a7
@ -179,7 +179,7 @@ test ('recursive filter multifield', (t) => {
|
||||
];
|
||||
const filtered = [ { name: 'foo', f: 'include' } ];
|
||||
const filter = {
|
||||
fields: [
|
||||
field: [
|
||||
'name',
|
||||
'f'
|
||||
],
|
||||
@ -189,21 +189,12 @@ test ('recursive filter multifield', (t) => {
|
||||
t.deepEqual (filtered, result);
|
||||
});
|
||||
|
||||
test ('recursive filter multifield input error', (t) => {
|
||||
t.notThrows (() => {
|
||||
util.recursive_filter (
|
||||
[ { foo: 'bar' } ],
|
||||
[ { fields: '', field: 'foo', filter: /a/u } ]
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
test ('recursive filter undefined multifield', (t) => {
|
||||
const res = util.recursive_filter (
|
||||
[ { foo: 'bar' } ],
|
||||
[
|
||||
{
|
||||
fields: [
|
||||
field: [
|
||||
'foo',
|
||||
'bar'
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user