remove commented methods from LocalFileSimulator2 #1797
Annotations
3 errors and 1 warning
Run npm test --if-present:
src/test/AgentSimController.test.ts#L23
AssertionError: expected -1 to deeply equal 2
- Expected
+ Received
- 2
+ -1
❯ Timeout._onTimeout src/test/AgentSimController.test.ts:23:47
❯ listOnTimeout node:internal/timers:581:17
❯ processTimers node:internal/timers:519:7
This error originated in "src/test/AgentSimController.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 "Go to time in cache". 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.
|
Run npm test --if-present:
src/test/SimulariumController.test.ts#L21
AssertionError: expected -1 to deeply equal 2
- Expected
+ Received
- 2
+ -1
❯ Timeout._onTimeout src/test/SimulariumController.test.ts:21:47
❯ listOnTimeout node:internal/timers:581:17
❯ processTimers node:internal/timers:519:7
This error originated in "src/test/SimulariumController.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 "Go to time in cache". 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.
|
Run npm test --if-present
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading