Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
app
/
plugins
/
panel
/
table
/
__snapshots__
/
File Content:
migrations.test.ts.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Table Migrations migrates transform out to core transforms 1`] = ` { "fieldConfig": { "defaults": { "custom": {}, }, "overrides": [], }, "transformations": [ { "id": "seriesToColumns", "options": { "reducers": [], }, }, ], } `; exports[`Table Migrations migrates transform out to core transforms 2`] = ` { "fieldConfig": { "defaults": { "custom": {}, }, "overrides": [], }, "transformations": [ { "id": "seriesToRows", "options": { "reducers": [], }, }, ], } `; exports[`Table Migrations migrates transform out to core transforms 3`] = ` { "fieldConfig": { "defaults": { "custom": {}, }, "overrides": [], }, "transformations": [ { "id": "reduce", "options": { "includeTimeField": false, "reducers": [ "mean", "max", "lastNotNull", ], }, }, ], } `; exports[`Table Migrations migrates transform out to core transforms 4`] = ` { "fieldConfig": { "defaults": { "custom": {}, }, "overrides": [], }, "transformations": [ { "id": "merge", "options": { "reducers": [], }, }, ], } `;
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
migrations.test.ts.snap
1317 bytes
0644
N4ST4R_ID | Naxtarrr