chore(team): Implemented public team member #779
Annotations
3 errors and 1 warning
src/presentation/http/router/join.test.ts#L50
AssertionError: expected { noteId: 'W2eFQJtlEz', …(2) } to match object { result: { userId: 1, …(2) } }
- Expected
+ Received
Object {
- "result": Object {
"noteId": "W2eFQJtlEz",
- "role": 0,
+ "role": 1,
"userId": 1,
- },
}
❯ src/presentation/http/router/join.test.ts:50:32
|
src/presentation/http/router/join.test.ts#L122
AssertionError: expected { noteId: 'V_33I4Z4U_', …(2) } to match object { result: { userId: 2, …(2) } }
- Expected
+ Received
Object {
- "result": Object {
"noteId": "V_33I4Z4U_",
"role": 0,
"userId": 2,
- },
}
❯ src/presentation/http/router/join.test.ts:122:32
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading