Skip to content

Commit

Permalink
Use the deprecated types
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jul 10, 2023
1 parent aa10093 commit ec4afa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/src/EndToEndTests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export { getTestProps };
* This screen is for internal end-to-end testing purposes only. Do not use.
* Not visible through the UI (no button to load it).
*/
const EndToEndTestsScreen = (): React.JSX.Element => {
// Deprecated in https://github.com/DefinitelyTyped/DefinitelyTyped/commit/f1b25591890978a92c610ce575ea2ba2bbde6a89
// eslint-disable-next-line deprecation/deprecation
const EndToEndTestsScreen = (): JSX.Element => {
const [eventId, setEventId] = React.useState<string | null | undefined>();

// !!! WARNING: This is only for testing purposes.
Expand Down

0 comments on commit ec4afa9

Please sign in to comment.