Skip to content

Commit

Permalink
Revert "pull in test from jestjs#11278"
Browse files Browse the repository at this point in the history
This reverts commit e5bd74f.
  • Loading branch information
SimenB committed May 20, 2021
1 parent e5bd74f commit 2ab6387
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
11 changes: 0 additions & 11 deletions e2e/__tests__/detectOpenHandles.ts
Expand Up @@ -167,14 +167,3 @@ it('does not print info about open handlers for a server that is already closed'

expect(wrap(textAfterTest)).toMatchSnapshot();
});

it('does not report crypto random data', () => {
// The test here is basically that it exits cleanly without reporting anything (does not need `until`)
const {stderr} = runJest('detect-open-handles', [
'crypto',
'--detectOpenHandles',
]);
const textAfterTest = getTextAfterTest(stderr);

expect(textAfterTest).toBe('');
});
13 changes: 0 additions & 13 deletions e2e/detect-open-handles/__tests__/crypto.js

This file was deleted.

0 comments on commit 2ab6387

Please sign in to comment.