fix: move jest.setTimeout below imports

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
Fredrik Adelöw
2026-05-13 11:48:17 +02:00
parent e481250793
commit 4eb547fa12
+2 -2
View File
@@ -14,8 +14,6 @@
* limitations under the License.
*/
jest.setTimeout(30_000);
import { screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import {
@@ -39,6 +37,8 @@ import { convertLegacyRouteRef } from '@backstage/core-compat-api';
import { rootRouteRef } from '../routes';
import { Entity } from '@backstage/catalog-model';
jest.setTimeout(30_000);
describe('Entity page', () => {
const entityMock = {
metadata: {