Remove render tests with no assertions

Signed-off-by: tylerhekman-procore <tyler.hekman@procore.com>
This commit is contained in:
tylerhekman-procore
2023-04-07 00:09:43 -07:00
parent ec175f513c
commit fcfbcb412e
2 changed files with 0 additions and 8 deletions
@@ -146,10 +146,6 @@ jest.mock('../../hooks/usePullRequestsByTeam', () => {
});
describe('EntityTeamPullRequestsCard', () => {
it('should render', async () => {
await render(<EntityTeamPullRequestsCard />);
});
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 () => {
@@ -146,10 +146,6 @@ jest.mock('../../hooks/usePullRequestsByTeam', () => {
});
describe('EntityTeamPullRequestsContent', () => {
it('should render', async () => {
await render(<EntityTeamPullRequestsContent />);
});
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 () => {