You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ npm run test:ts -- test.spec
> jest --detectOpenHandles "test.spec"
PASS src/test.spec.ts
Test
✓ got test (1166 ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 3.214 s
Ran all test suites matching /test.spec/i.
Jest has detected the following 1 open handle potentially keeping Jest from exiting:
● DNSCHANNEL
at new CacheableLookup (node_modules/cacheable-lookup/source/index.js:75:14)
at Object.<anonymous> (node_modules/got/dist/source/core/index.js:29:24)
at Object.<anonymous> (node_modules/got/dist/source/as-promise/types.js:16:16)
🐛 Bug Report
Jest detecting open handle when ran with ts-jest. Outside ts-jest, there is no problem. Please note I'm running typescript 4.
test.spec.ts
jest.config.js
envinfo
The text was updated successfully, but these errors were encountered: