We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d01f6f commit 60bb160Copy full SHA for 60bb160
content/blog/2019-02-06-react-v16.8.0.md
@@ -72,7 +72,7 @@ afterEach(() => {
72
container = null;
73
});
74
75
-it('can render and update a counter, () => {
+it('can render and update a counter', () => {
76
// Testa primeira renderização e resultado
77
act(() => {
78
ReactDOM.render(<Counter />, container);
0 commit comments