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 4a56d17 commit b93ab85Copy full SHA for b93ab85
test/functional/koa-middlewares.spec.ts
@@ -68,7 +68,7 @@ describe("koa middlewares", () => {
68
69
class TestCustomMiddlewareWhichThrows implements KoaMiddlewareInterface {
70
71
- use(request: any, response: any, next?: Function): any {
+ use(context: any, next?: Function): any {
72
throw new NotAcceptableError("TestCustomMiddlewareWhichThrows");
73
}
74
0 commit comments