type the openapi spec to catch invalid fields #499
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
api/routes/routers/v1/rest/roundRouter.test.js > GET /rounds > Returns published rounds for a tourn when given valid id:
api/routes/routers/v1/rest/roundRouter.test.js#L26
AssertionError: expected [ { id: 1151673, …(10) }, …(26) ] to have a length of 29 but got 27
- Expected
+ Received
- 29
+ 27
❯ api/routes/routers/v1/rest/roundRouter.test.js:26:16
|