lukeed / regexparam

A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇‍♂️
MIT License
567 stars 23 forks source link

fix throws test with changed error text #21

Closed daaku closed 2 years ago

daaku commented 2 years ago

The updated assertions will accept either the old or new error message.

daaku commented 2 years ago

Apologies, opened this with the master branch by mistake. Replacement PR is #23.