mock reportInteraction

This commit is contained in:
Gareth Dawson
2023-09-28 10:24:45 +01:00
parent ac91cb4320
commit 5143dd2272

View File

@@ -15,6 +15,7 @@ jest.mock(
getTemplateSrv: () => ({
replace: jest.fn().mockImplementation((query) => query),
}),
reportInteraction: jest.fn(),
}),
{ virtual: true }
);