mock reportInteraction
This commit is contained in:
@@ -15,6 +15,7 @@ jest.mock(
|
||||
getTemplateSrv: () => ({
|
||||
replace: jest.fn().mockImplementation((query) => query),
|
||||
}),
|
||||
reportInteraction: jest.fn(),
|
||||
}),
|
||||
{ virtual: true }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user