testdouble / quibble

Makes it easy to replace require'd dependencies.
94 stars 25 forks source link

support new esm loader interface #54

Closed giltayar closed 3 years ago

giltayar commented 3 years ago

Node.js has a new ESM loader interface form version 16.13 (maybe earlier)? This PR enables quibble to work with both the old interface and the new one

(I also updated dependencies in "semver-minor" updates to remove npm audit problems with dependencies)