balazsbotond / urlcat

A URL builder library for JavaScript.
https://urlcat.org
MIT License
1.82k stars 57 forks source link

fix: test implementation on parameters without parameters in path #160

Closed comatory closed 2 years ago

comatory commented 3 years ago

Seems like the test was not really implemented, probably just copied previous test by mistake.

Summary

Test provided false positive.

Details

I added test implementation for situation where path is not a template (does not contain :'s) but parameters are still present as an argument.

comatory commented 2 years ago

@balazsbotond I don't see lot of activity in this repository. Closing the PR.