Skip to content

Commit

Permalink
ci: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogan AY committed Nov 25, 2024
1 parent 25cb767 commit a11335c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ function makeMockDataSource(): jest.Mocked<DataSource> {
charts: [] as string[],
},
collections: [],
nativeQueryConnections: {},
executeNativeQuery: jest.fn(),
getCollection: jest.fn(),
renderChart: jest.fn(),
};
Expand Down

0 comments on commit a11335c

Please sign in to comment.