fix tests
This commit is contained in:
@@ -45,6 +45,7 @@ jest.mock('grafana/app/core/utils/datemath', () => {
|
||||
jest.mock('grafana/app/core/utils/kbn', () => {
|
||||
return {
|
||||
round_interval: n => n,
|
||||
secondsToHms: n => n + 'ms'
|
||||
};
|
||||
}, {virtual: true});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user