Skip to content
Snippets Groups Projects
Commit b162fe80 authored by shreyvishal's avatar shreyvishal
Browse files

Added:Some Setup for unit-tesitng

parent 7c9eeece
Loading
...@@ -41,12 +41,12 @@ class App { ...@@ -41,12 +41,12 @@ class App {
} }
private setupMiddlewares() { private setupMiddlewares() {
// const errorHandlerMiddleware = container.get<ErrorHandlerMiddleware>( const errorHandlerMiddleware = container.get<ErrorHandlerMiddleware>(
// ErrorHandlerMiddleware ErrorHandlerMiddleware
// ); );
// this.app.use( this.app.use(
// errorHandlerMiddleware.handleError.bind(errorHandlerMiddleware) errorHandlerMiddleware.handleError.bind(errorHandlerMiddleware)
// ); );
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment