table for dashboard #44
Annotations
4 errors
tests/integration/lib/api.test.ts > getRating > returns top three and userAndNeighbors when user position is greater than 0:
src/lib/api.ts#L19
TypeError: Cannot read properties of undefined (reading 'Langenfeld')
❯ Module.getRating src/lib/api.ts:19:47
❯ tests/integration/lib/api.test.ts:33:24
|
tests/integration/lib/api.test.ts > getRating > returns top six when user position is 0:
src/lib/api.ts#L19
TypeError: Cannot read properties of undefined (reading 'Langenfeld')
❯ Module.getRating src/lib/api.ts:19:47
❯ tests/integration/lib/api.test.ts:57:24
|
tests/integration/lib/api.test.ts > getRating > returns empty arrays when global table is empty:
src/lib/api.ts#L19
TypeError: Cannot read properties of undefined (reading 'Langenfeld')
❯ Module.getRating src/lib/api.ts:19:47
❯ tests/integration/lib/api.test.ts:72:24
|
test
Process completed with exit code 1.
|