We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453f23d commit 8f414ceCopy full SHA for 8f414ce
1 file changed
test/red/api/auth/index_spec.js
@@ -64,7 +64,9 @@ describe("api auth middleware",function() {
64
revokeToken.restore();
65
66
resp.should.equal(200);
67
- done();
+ return {
68
+ end: done
69
+ }
70
}};
71
72
auth.revoke(req,res);
0 commit comments