Skip to content

Commit b00938c

Browse files
committed
fix: #2
1 parent e29776d commit b00938c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.MD

+10-10
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ MONGO_CONN=mongodb+srv://<user>:<pass>@cluster0-okpdn.gcp.mongodb.net/api
115115
"senha": "123",
116116
"telefones": [
117117
{
118-
"numero": "999865802",
118+
"numero": "951415258",
119119
"ddd": "11"
120120
},
121121
{
122-
"numero": "999865802",
122+
"numero": "951415258",
123123
"ddd": "11"
124124
}
125125
]
@@ -142,22 +142,22 @@ Observação importante: rota `/users/:user_id` é necessário passar no **heade
142142
## **Test**
143143

144144
```javascript
145-
yarn run v1.22.5
145+
yarn run v1.22.0
146146
$ jest --setupFiles dotenv/config --detectOpenHandles --forceExit
147-
PASS tests/api.test.js
147+
PASS tests/api.test.js (12.319 s)
148+
Create
149+
√ should create user session (3308 ms)
148150
Authentication
149-
✓ should create session authentication (1233 ms)
150-
Login
151-
✓ should create user session (131 ms)
151+
√ should create session authentication (355 ms)
152152
User
153-
should list user by id (9 ms)
153+
should list user by id (38 ms)
154154

155155
Test Suites: 1 passed, 1 total
156156
Tests: 3 passed, 3 total
157157
Snapshots: 0 total
158-
Time: 2.136 s
158+
Time: 12.902 s, estimated 15 s
159159
Ran all test suites.
160-
Done in 2.58s.
160+
Done in 18.53s.
161161
```
162162

163163
## Contato

0 commit comments

Comments
 (0)