jefflau / jest-fetch-mock

Jest mock for fetch
MIT License
883 stars 116 forks source link

fix: trim and add period to error messages #143

Closed sQVe closed 3 months ago

sQVe commented 4 years ago

This unifies the error messages and allows the user, more easily, to expect a specific message format.

yinzara commented 3 years ago

This is unfortunately a breaking change as users may already be depending on the messages to contain those values specifically. I think we'll have to save this until the next major release.