cmdruid / tapscript

A humble library for working with Tapscript and Bitcoin Transactions.
https://www.npmjs.com/package/@cmdcode/tapscript
Creative Commons Zero v1.0 Universal
196 stars 50 forks source link

A test failure #34

Open UIZorrot opened 7 months ago

UIZorrot commented 7 months ago

Just a small problem, in "inscribe.test.ts", L21, new URL() failed in the windowOS, and it should use absolute URL

cmdruid commented 7 months ago

Thank you for the report. I currently do not have access to a windows machine. Can you post the error or a reference about it online?

UIZorrot commented 7 months ago

yeah, I replace the #L21 into the absolute URL

image

otherwise it said

image
cmdruid commented 7 months ago

Thank you for the report. I will have to look at how the file URL is being resolved in that test case.