chore: release #217
test-cluster-service.yaml
on: pull_request
test
/
test
28s
Annotations
1 error
Unhandled error:
packages/cluster-service/index.js#L49
TypeError: Cannot read properties of undefined (reading 'info')
❯ process.<anonymous> index.js:49:19
❯ process.emit node:events:520:28
This error originated in "test/core.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|