Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: write to tmp dir rather than fixture dir #4489

Closed
wants to merge 1 commit into from

Commits on Dec 30, 2015

  1. test: write to tmp dir rather than fixture dir

    test-fs-realpath.js was writing files to the fixture dir. This changes
    it to use the temp directory instead. This also replaces some of the
    string concatenation for paths with uses of path.join() and
    path.relative().
    Trott committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    d3fca3b View commit details
    Browse the repository at this point in the history