mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
For absolute paths we correctly return full decoded path, but for relative paths we can't simply strip file:// prefix as it might leave query args in place. Build absolute path by joining working dir + hostname part + path part. Add an extra test case for coverage.