Skip to content

Commit 22ed2ba

Browse files
committed
ready
1 parent 2a0dcde commit 22ed2ba

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: src/components/tests/Display.test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import { render, fireEvent, screen } from '@testing-library/react';
33
import '@testing-library/jest-dom/extend-expect';
44
import Display from './../Display';
55

6-
7-
test('renders without errors with no props', () => { });
6+
test('renders without errors with no props', async () => { });
87

98
test('renders Show component when the button is clicked ', () => { });
109

Diff for: src/components/tests/Episode.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { render, fireEvent, screen } from '@testing-library/react';
33
import '@testing-library/jest-dom/extend-expect';
44
import Episode from './../Episode';
55

6-
76
test("renders without error", () => { });
87

98
test("renders the summary test passed as prop", () => { });

0 commit comments

Comments
 (0)