testdouble / quibble

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

Using quibble with tsx loader #112

Open mehulkar opened 6 months ago

mehulkar commented 6 months ago

I'm attempting to mock out node:child_process using quibble and tsx loader at the same time, but it doesn't seem to work. Reproduction here: https://github.com/mehulkar/esm-mock-test

mehulkar commented 6 months ago

Looks similar to https://github.com/testdouble/quibble/issues/101