mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +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.