Improve Performance and Functionality #63
Merged
Annotations
9 errors
|
|
|
tests/unit/apiClient.test.ts#L208
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ tests/unit/apiClient.test.ts:208:5
|
|
tests/e2e/chess-flow.spec.ts#L3
Error: Playwright Test did not expect test.describe() to be called here.
Most common reasons include:
- You are calling test.describe() in a configuration file.
- You are calling test.describe() in a file that is imported by the configuration file.
- You have two different versions of @playwright/test. This usually happens
when one of the dependencies in your package.json depends on @playwright/test.
❯ TestTypeImpl._currentSuite node_modules/playwright/lib/common/testType.js:74:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:114:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:273:12
❯ tests/e2e/chess-flow.spec.ts:3:6
|
|
src/utils/tournament.test.ts#L60
AssertionError: expected 3 to be less than or equal to 1
❯ src/utils/tournament.test.ts:60:67
❯ src/utils/tournament.test.ts:59:15
|
|
src/utils/materialEvaluation.test.ts#L62
AssertionError: expected 21 to be 18 // Object.is equality
- Expected
+ Received
- 18
+ 21
❯ src/utils/materialEvaluation.test.ts:62:24
|
|
src/utils/materialEvaluation.test.ts#L41
AssertionError: expected -12 to be -2 // Object.is equality
- Expected
+ Received
- -2
+ -12
❯ src/utils/materialEvaluation.test.ts:41:24
|
|
src/utils/capturedPieces.test.ts#L93
AssertionError: expected [ 'r' ] to deeply equal []
- Expected
+ Received
- []
+ [
+ "r",
+ ]
❯ src/utils/capturedPieces.test.ts:93:30
|
|
src/utils/capturedPieces.test.ts#L69
AssertionError: expected [ 'p', 'n', 'q' ] to have a length of 4 but got 3
- Expected
+ Received
- 4
+ 3
❯ src/utils/capturedPieces.test.ts:69:30
|
|
src/utils/apiClient.ts#L173
ApiError: Request failed with status 503
❯ apiClient src/utils/apiClient.ts:173:23
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { statusCode: 503, endpoint: 'https://api.example.com/data', retryable: true }
This error originated in "tests/unit/apiClient.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should throw error after max retries". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
The logs for this run have expired and are no longer available.
Loading