We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bd74f commit 2ab6387Copy full SHA for 2ab6387
e2e/__tests__/detectOpenHandles.ts
@@ -167,14 +167,3 @@ it('does not print info about open handlers for a server that is already closed'
167
168
expect(wrap(textAfterTest)).toMatchSnapshot();
169
});
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
0 commit comments