Remove render tests with no assertions
Signed-off-by: tylerhekman-procore <tyler.hekman@procore.com>
This commit is contained in:
-4
@@ -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 () => {
|
||||
|
||||
-4
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user