mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
Remove unused argument
This commit is contained in:
parent
ab999d8917
commit
e8ff325d0e
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ module.exports = function (chai, _) {
|
|||
}
|
||||
|
||||
Assertion.addChainableMethod('length', assertLength, assertLengthChain);
|
||||
Assertion.addMethod('lengthOf', assertLength, assertLengthChain);
|
||||
Assertion.addMethod('lengthOf', assertLength);
|
||||
|
||||
/**
|
||||
* ### .match(regexp)
|
||||
|
|
Loading…
Reference in a new issue