Closed nlf closed 2 years ago
the previous refactor to use the URL constructor omitted the search parameters in the path property. due to missing test coverage, this was not identified. this corrects the problem and adds a test to prevent regression.
URL
the previous refactor to use the
URL
constructor omitted the search parameters in the path property. due to missing test coverage, this was not identified. this corrects the problem and adds a test to prevent regression.