compatibility with multiple input
This commit is contained in:
parent
3caa399046
commit
3979e4fe8e
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ describe('DocSearch', () => {
|
|||
const actual = getInputsFromSelector(selector);
|
||||
|
||||
// Then
|
||||
expect($.zepto.isZ(actual)).toBe(true);
|
||||
expect($.zepto.isZ(actual[0])).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue