Skip to content

test: add `tmpdir.resolve()`

Adds a simple method to make the usual routine of path.join(tmpdir.path, ...) more concise and avoid unnecessary import from node:path almost every time tmpdir is used.

Merge request reports

Loading