mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Regenerating variabless sas on theme edit v1
This commit is contained in:
@@ -4,7 +4,7 @@ import appEvents from 'app/core/app_events';
|
||||
|
||||
jest.mock('app/core/app_events', () => {
|
||||
return {
|
||||
emit: jest.fn<any>(),
|
||||
emit: jest.fn(),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user