mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 07:26:31 +08:00
Chore: Fix about 200 noImplicitAny errors (#18067)
* Fix 200 ish errors * Add interface
This commit is contained in:
@ -206,7 +206,7 @@ describe('PostgreSQLDatasource', () => {
|
||||
|
||||
describe('When interpolating variables', () => {
|
||||
beforeEach(() => {
|
||||
ctx.variable = new CustomVariable({}, {});
|
||||
ctx.variable = new CustomVariable({}, {} as any);
|
||||
});
|
||||
|
||||
describe('and value is a string', () => {
|
||||
|
Reference in New Issue
Block a user