fix: isolate esm async import bug #12065
Annotations
2 errors
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)
|
|
The logs for this run have expired and are no longer available.
Loading