Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve symlinks for test context's path
On macOS, `os.tmpdir()` returns a path that contains a symbolic link. This can cause issues with modules that expect the environment to only contain real paths. For example, the `resolve` module uses the HOME env variable, which is derived from the context's path.
- Loading branch information