Skip to content
Snippets Groups Projects
Commit c347df04 authored by Rene Fernandez Sanchez's avatar Rene Fernandez Sanchez
Browse files

Mock the paella-user-tracking for tests

parent 2120d2a5
No related branches found
No related tags found
3 merge requests!169Qa,!165Qa,!163Feature/update matomo
Pipeline #7353118 passed with stages
in 3 minutes and 35 seconds
......@@ -24,6 +24,8 @@ jest.mock("paella-core", () => ({
jest.mock("paella-basic-plugins", () => jest.fn());
jest.mock("paella-user-tracking", () => jest.fn());
jest.mock("react-router-dom", () => ({
...jest.requireActual("react-router-dom"),
useParams: jest.fn(),
......
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