Jan-Niclas Gladbach
Jan-Niclas Gladbach
Same problem here on M1 Mac, fixing version to 0.29.3 helped. In my case it influences NextJS and the upload-plugin of Strapi.
Hey, looking forward to use this! What is the current status? 🤗
@milanvanschaik @bigbitbus @icrotz @cpdeethree @devudopw @kiwicopple could you have a look?
@milanvanschaik @bigbitbus @icrotz @cpdeethree @devudopw @kiwicopple could you have a look?
Hey, I really want this feature too 👍! I asked for that yesterday if its possible or not: https://github.com/nock/nock/discussions/2764
My current workaround is to change the path value to a RegExp object when loading the definitions ```typescript definitions.forEach(def => { // @ts-ignore def.path = new RegExp(def.path); }); global.nock.define(definitions); ```...