Chore: Remove console.log in fetch.test.ts (#45134)

pull/45134/merge
Hugo Häggmark 3 years ago committed by GitHub
parent e4534deab3
commit c25031fa49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      public/app/core/utils/fetch.test.ts

@ -9,6 +9,11 @@ import {
parseUrlFromOptions,
} from './fetch';
jest.mock('@grafana/data', () => ({
...(jest.requireActual('@grafana/data') as unknown as object),
deprecationWarning: () => {},
}));
describe('parseUrlFromOptions', () => {
it.each`
params | url | expected

Loading…
Cancel
Save