mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 20:52:28 +08:00
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@ -4,7 +4,7 @@ import { TemplateSrv } from 'app/features/templating/template_srv';
|
||||
describe('PostgresQuery', () => {
|
||||
// @ts-ignore
|
||||
const templateSrv: TemplateSrv = {
|
||||
replace: jest.fn(text => text) as any,
|
||||
replace: jest.fn((text) => text) as any,
|
||||
};
|
||||
|
||||
describe('When initializing', () => {
|
||||
|
Reference in New Issue
Block a user