Skip to content

Commit 4e37dd3

Browse files
committed
fixes
1 parent 350bf83 commit 4e37dd3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme-pt-br.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,8 +1201,9 @@ test('Shallow/mocked approach: When clicked to show filters, filters are display
12011201

12021202
### :clap: Exemplo Fazendo Certo: API E2E que resolve somente quando as operações assíncronas são concluídas (Cypress)
12031203

1204-
![](https://img.shields.io/badge/🔧%20Exemplo%20usando%20React-blue.svg
1205-
"Exemplos com React") ![](https://img.shields.io/badge/🔧%20Exemplo%20usando%20React%20Testing%20Library-blue.svg
1204+
![](https://img.shields.io/badge/🔨%20Exemplo%20usando%20Cypress-blue.svg
1205+
"Usando Cypress para ilustrar a ideia")
1206+
![](https://img.shields.io/badge/🔧%20Exemplo%20usando%20React%20Testing%20Library-blue.svg
12061207
"Exemplos com react-testing-library")
12071208

12081209
```javascript
@@ -1300,7 +1301,7 @@ test('movie title appears', async () => {
13001301

13011302
### :clap: Exemplo Fazendo Certo: fazendo o esboço ou interceptando chamadas de API
13021303
![](https://img.shields.io/badge/🔧%20Exemplo%20usando%20React-blue.svg
1303-
"Exemplos com React") ![](https://img.shields.io/badge/🔧%20Exemplo%20usando%20Jest-blue.svg
1304+
"Exemplos com React") ![](https://img.shields.io/badge/🔧%20Exemplo%20usando%20React%20Testing%20Library.svg
13041305
"Exemplos com react-testing-library")
13051306

13061307
```javascript

0 commit comments

Comments
 (0)