mailosaur / mailosaur-node

Mailosaur email and SMS testing library for Node.js
https://mailosaur.com/docs/languages/nodejs/
MIT License
20 stars 13 forks source link

added fallback for missing search in URLs #65

Closed nibblesnbits closed 1 year ago

nibblesnbits commented 1 year ago

when building URLs in some contexts (like Cypress), the search property is null, which gets tacked on as the string "null" to the path.

nibblesnbits commented 1 year ago

This fixes #64.

nibblesnbits commented 1 year ago

Will there be a new version released with this fix?