mirror of
https://github.com/grafana/grafana.git
synced 2025-09-24 08:24:14 +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:
@ -227,7 +227,7 @@ describe('PostgreSQLDatasource', () => {
|
||||
|
||||
const { ds } = setupTestContext({});
|
||||
|
||||
await expect(ds.query(options)).toEmitValuesWith(received => {
|
||||
await expect(ds.query(options)).toEmitValuesWith((received) => {
|
||||
expect(received[0]).toEqual({ data: [] });
|
||||
expect(fetchMock).not.toHaveBeenCalled();
|
||||
});
|
||||
|
Reference in New Issue
Block a user