From 6fee897c23b87228a31879a22fc778dec1c0bb92 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 29 Mar 2022 19:40:39 +0200 Subject: test(jest): add a test for Branding component --- jest.setup.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jest.setup.js') diff --git a/jest.setup.js b/jest.setup.js index 666127a..1088ac5 100644 --- a/jest.setup.js +++ b/jest.setup.js @@ -1 +1,3 @@ import '@testing-library/jest-dom/extend-expect'; + +jest.mock('next/dist/client/router', () => require('next-router-mock')); -- cgit v1.2.3