Skip to content

Commit 5732328

Browse files
committed
fix test
1 parent 04fd4ba commit 5732328

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/jest-core/src/__tests__/collectHandles.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ describe('collectHandles', () => {
4242
expect(openHandles).not.toContainEqual(
4343
expect.objectContaining({message: 'PerformanceObserver'}),
4444
);
45-
obs.disconnect();
4645
});
4746

4847
it('should not collect the DNSCHANNEL open handle', async () => {

0 commit comments

Comments
 (0)