-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Description
When I load shifty like so
const { interpolate } = require('shifty')
My jest tests that load this module will not exit properly. When I run
npx jest --detectOpenHandles --bail
The result suggests that the require
is a "open handle potentially keeping Jest from exiting".
I'm kind of inexperienced in this, but does this make sense even though there isn't really any Promise/async stuff happening in the require?
Metadata
Metadata
Assignees
Labels
No labels