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

Added:Some Setup for unit-tesitng

parent 7c866961
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,6 @@ container.bind<PSClientService>(PSClientService).to(PSClientService);
container.bind<AppLogger>(AppLogger).to(AppLogger);
container.bind<HttpClient>(HttpClient).to(HttpClient);
container.bind<XInputService>(XInputService).to(XInputService);
// container.bind<ErrorHandlerMiddleware>(ErrorHandlerMiddleware).toSelf();
container.bind<ErrorHandlerMiddleware>(ErrorHandlerMiddleware).toSelf();
export { server, container };
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