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