mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@@ -45,7 +45,7 @@ describe('Query Response parser', () => {
|
||||
expect(frame.refId).toEqual('GC');
|
||||
}
|
||||
|
||||
const norm = frames.map(f => toDataFrameDTO(f));
|
||||
const norm = frames.map((f) => toDataFrameDTO(f));
|
||||
expect(norm).toMatchInlineSnapshot(`
|
||||
Array [
|
||||
Object {
|
||||
@@ -132,7 +132,7 @@ describe('Query Response parser', () => {
|
||||
}
|
||||
`);
|
||||
|
||||
const norm = res.data.map(f => toDataFrameDTO(f));
|
||||
const norm = res.data.map((f) => toDataFrameDTO(f));
|
||||
expect(norm).toMatchInlineSnapshot(`
|
||||
Array [
|
||||
Object {
|
||||
|
||||
Reference in New Issue
Block a user