Skip to content

Commit ed0e5d8

Browse files
committed
ts-ignore root-level files
1 parent 0b01051 commit ed0e5d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/ui-components/src/Common/BasePagination/PaginationListItem/__tests__/index.test.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import assert from 'node:assert/strict';
33

44
import { render, screen } from '@testing-library/react';
55

6+
// @ts-ignore this file is intentionally stored outside of the `rootDir`
67
import { isVisible } from '../../../../../../../tests/utilities.mjs';
78

89
import PaginationListItem from '#ui/Common/BasePagination/PaginationListItem';

packages/ui-components/src/Common/BasePagination/__tests__/index.test.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import assert from 'node:assert/strict';
33

44
import { render, screen } from '@testing-library/react';
55

6+
// @ts-ignore this file is intentionally stored outside of the `rootDir`
67
import { isVisible } from '../../../../../../tests/utilities.mjs';
78

89
import BasePagination from '#ui/Common/BasePagination';

0 commit comments

Comments
 (0)