Open mehulkar opened 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
node:child_process
tsx
Looks similar to https://github.com/testdouble/quibble/issues/101
I'm attempting to mock out
node:child_process
using quibble andtsx
loader at the same time, but it doesn't seem to work. Reproduction here: https://github.com/mehulkar/esm-mock-test