We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ea160 commit 9eeffc0Copy full SHA for 9eeffc0
test/test.js
@@ -42,6 +42,7 @@ FileValidator.prototype.end = function () {
42
assert.deepEqual(body, f)
43
}
44
FileValidator.prototype.on = function () {}
45
+FileValidator.prototype.once = function () {}
46
FileValidator.prototype.removeListener = function () {}
47
FileValidator.prototype.emit = function () {}
48
0 commit comments