testdouble / quibble

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

fix node 18.6 incompatibility with new loader interface #74

Closed giltayar closed 2 years ago

giltayar commented 2 years ago

Quibble breaks in Node.js v18.6.0 and higher due to a change done in the ESM loader interface (related to multiple loaders).

searls commented 2 years ago

Landed in 0.6.12 🚀