Skip to content

Commit 2ab6387

Browse files
committed
Revert "pull in test from jestjs#11278"
This reverts commit e5bd74f.
1 parent e5bd74f commit 2ab6387

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

e2e/__tests__/detectOpenHandles.ts

-11
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,3 @@ it('does not print info about open handlers for a server that is already closed'
167167

168168
expect(wrap(textAfterTest)).toMatchSnapshot();
169169
});
170-
171-
it('does not report crypto random data', () => {
172-
// The test here is basically that it exits cleanly without reporting anything (does not need `until`)
173-
const {stderr} = runJest('detect-open-handles', [
174-
'crypto',
175-
'--detectOpenHandles',
176-
]);
177-
const textAfterTest = getTextAfterTest(stderr);
178-
179-
expect(textAfterTest).toBe('');
180-
});

e2e/detect-open-handles/__tests__/crypto.js

-13
This file was deleted.

0 commit comments

Comments
 (0)