Use secondsToHms()

from grafana/data
This commit is contained in:
Alexander Zobnin
2021-01-20 12:20:46 +03:00
parent b220b407d3
commit 926631da96
2 changed files with 2 additions and 10 deletions

View File

@@ -68,13 +68,6 @@ jest.mock('grafana/app/core/utils/datemath', () => {
};
}, {virtual: true});
jest.mock('grafana/app/core/utils/kbn', () => {
return {
round_interval: n => n,
secondsToHms: n => n + 'ms'
};
}, {virtual: true});
jest.mock('grafana/app/core/table_model', () => {
return class TableModel {
constructor() {