We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fd4ba commit 5732328Copy full SHA for 5732328
packages/jest-core/src/__tests__/collectHandles.test.js
@@ -42,7 +42,6 @@ describe('collectHandles', () => {
42
expect(openHandles).not.toContainEqual(
43
expect.objectContaining({message: 'PerformanceObserver'}),
44
);
45
- obs.disconnect();
46
});
47
48
it('should not collect the DNSCHANNEL open handle', async () => {
0 commit comments