Update dependency lint-staged to v17.0.5 (#657) #7981
Annotations
1 error
|
Unhandled error:
packages/job-manager/test/job-manager.test.js#L751
TypeError: Cannot read properties of undefined (reading 'ms')
❯ test/jobs/timed-job.js:17:35
❯ Object.<anonymous> test/jobs/timed-job.js:21:7
❯ test/job-manager.test.js:751:22
This error originated in "test/job-manager.test.js" 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 "gracefully shuts down an interval job". 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.
|