Skip to content

Commit

Permalink
Update mockNextRouterUtils.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Makotogew <[email protected]>
  • Loading branch information
Makotogew authored Dec 9, 2024
1 parent f1dc485 commit e266b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/plugins/mockNextRouterUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @returns The mock router object.
*/

export interface MockRouter {
export interface MockRouter {
push: any;
replace: any;
prefetch: any;
Expand Down

0 comments on commit e266b3b

Please sign in to comment.