apply pre-commit

This commit is contained in:
ericv105
2023-01-10 19:07:45 -05:00
parent 742ce64706
commit 13883b9ed1
8 changed files with 40 additions and 20 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export function createMockRouter(router: Partial<NextRouter>): NextRouter {
off: jest.fn(),
emit: jest.fn(),
},
...router
...router,
};
return mockRouter;
}