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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user