Skip to content

Commit 60bb160

Browse files
Caique M. OliveiraJhon Mike
Caique M. Oliveira
authored and
Jhon Mike
committed
The one with hooks (reactjs#173)
Co-Authored-By: CaiqueMOliveira <[email protected]> * add missing single quotation on the end of the test description
1 parent 7d01f6f commit 60bb160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2019-02-06-react-v16.8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ afterEach(() => {
7272
container = null;
7373
});
7474
75-
it('can render and update a counter, () => {
75+
it('can render and update a counter', () => {
7676
// Testa primeira renderização e resultado
7777
act(() => {
7878
ReactDOM.render(<Counter />, container);

0 commit comments

Comments
 (0)