Add spec for remote callback length
This commit is contained in:
parent
37db804099
commit
6b56dfd94b
2 changed files with 10 additions and 0 deletions
3
spec/fixtures/module/function-with-args.js
vendored
Normal file
3
spec/fixtures/module/function-with-args.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = function (cb) {
|
||||
return cb.length
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue