grafana/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap
renovate[bot] e84a01e870
Update jest monorepo to v29 (#58261)
* Update jest monorepo to v29

* update snapshots + wrap test in act

* fix linting errors: jest.mocked now defaults to deep mocking

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-11-24 14:00:41 +00:00

17 lines
301 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Gauge Panel Migrations from 6.1.1 1`] = `
{
"orientation": "auto",
"reduceOptions": {
"calcs": [
"last",
],
"limit": undefined,
"values": undefined,
},
"showThresholdLabels": true,
"showThresholdMarkers": true,
}
`;