From fcfbcb412eb8588b6ca11ce1b7efa90f36e619f1 Mon Sep 17 00:00:00 2001 From: tylerhekman-procore Date: Fri, 7 Apr 2023 00:09:43 -0700 Subject: [PATCH] Remove render tests with no assertions Signed-off-by: tylerhekman-procore --- .../EntityTeamPullRequestsCard.test.tsx | 4 ---- .../EntityTeamPullRequestsContent.test.tsx | 4 ---- 2 files changed, 8 deletions(-) diff --git a/plugins/github-pull-requests-board/src/components/EntityTeamPullRequestsCard/EntityTeamPullRequestsCard.test.tsx b/plugins/github-pull-requests-board/src/components/EntityTeamPullRequestsCard/EntityTeamPullRequestsCard.test.tsx index 29594ea6d4..4965e1fbba 100644 --- a/plugins/github-pull-requests-board/src/components/EntityTeamPullRequestsCard/EntityTeamPullRequestsCard.test.tsx +++ b/plugins/github-pull-requests-board/src/components/EntityTeamPullRequestsCard/EntityTeamPullRequestsCard.test.tsx @@ -146,10 +146,6 @@ jest.mock('../../hooks/usePullRequestsByTeam', () => { }); describe('EntityTeamPullRequestsCard', () => { - it('should render', async () => { - await render(); - }); - describe('non-team PRs', () => { describe('non-draft PRs', () => { it('should show non-team PRs for un-archived repos when archived option is not checked', async () => { diff --git a/plugins/github-pull-requests-board/src/components/EntityTeamPullRequestsContent/EntityTeamPullRequestsContent.test.tsx b/plugins/github-pull-requests-board/src/components/EntityTeamPullRequestsContent/EntityTeamPullRequestsContent.test.tsx index a1bd051217..58faa7fb70 100644 --- a/plugins/github-pull-requests-board/src/components/EntityTeamPullRequestsContent/EntityTeamPullRequestsContent.test.tsx +++ b/plugins/github-pull-requests-board/src/components/EntityTeamPullRequestsContent/EntityTeamPullRequestsContent.test.tsx @@ -146,10 +146,6 @@ jest.mock('../../hooks/usePullRequestsByTeam', () => { }); describe('EntityTeamPullRequestsContent', () => { - it('should render', async () => { - await render(); - }); - describe('non-team PRs', () => { describe('non-draft PRs', () => { it('should show non-team PRs for un-archived repos when archived option is not checked', async () => {