mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* 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>
17 lines
301 B
Plaintext
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,
|
|
}
|
|
`;
|