mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
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>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Ashley Harrison
parent
8e6d343981
commit
e84a01e870
@@ -9,7 +9,7 @@ describe('scale dimensions', () => {
|
||||
max: 10,
|
||||
});
|
||||
expect(out).toMatchInlineSnapshot(`
|
||||
Object {
|
||||
{
|
||||
"fixed": 7.5,
|
||||
"max": 10,
|
||||
"min": 5,
|
||||
@@ -30,7 +30,7 @@ describe('scale dimensions', () => {
|
||||
}
|
||||
);
|
||||
expect(out).toMatchInlineSnapshot(`
|
||||
Object {
|
||||
{
|
||||
"fixed": 10,
|
||||
"max": 7,
|
||||
"min": 5,
|
||||
|
||||
Reference in New Issue
Block a user