Mitigate memory leaks in jest-environment-node #13985
Annotations
2 errors and 1 warning
e2e/Utils.ts#L107
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\jest-changed-files-test-dir'
at rmSync (e2e/Utils.ts:107:8)
at Object.<anonymous> (e2e/__tests__/jestChangedFiles.test.ts:62:24)
|
e2e/__tests__/detectOpenHandles.ts#L64
expect(received).toMatchSnapshot()
Snapshot name: `prints out info about open handlers 1`
- Snapshot - 1
+ Received + 1
@@ -1,8 +1,8 @@
Jest has detected the following 1 open handle potentially keeping Jest from exiting:
- ● TCPSERVERWRAP
+ ● GETADDRINFOREQWRAP
12 | const app = new Server();
13 |
> 14 | app.listen({host: 'localhost', port: 0});
| ^
at Object.toMatchSnapshot (e2e/__tests__/detectOpenHandles.ts:64:25)
|
|
This job succeeded
Loading