Fix tsc & build api-reports

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2023-05-05 15:49:54 +02:00
parent df1edd9cbc
commit 2a34253e2a
2 changed files with 7 additions and 1 deletions
@@ -21,7 +21,7 @@ import React, { ReactElement } from 'react';
import { screen } from 'testing-library__dom';
import { renderToStaticMarkup } from 'react-dom/server';
import { Route } from 'react-router-dom';
import { act, render, waitFor } from '@testing-library/react';
import { act, render } from '@testing-library/react';
import { wrapInTestApp, TestApiProvider } from '@backstage/test-utils';
import { FlatRoutes } from '@backstage/core-app-api';