Add spec for remote callback length

This commit is contained in:
Kevin Sawicki 2017-02-07 15:24:49 -08:00
parent 37db804099
commit 6b56dfd94b
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,3 @@
module.exports = function (cb) {
return cb.length
}