Skip to content

Conversation

@tobbik
Copy link
Contributor

@tobbik tobbik commented Oct 6, 2017

Checklist
Affected core subsystem(s)

test

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Oct 6, 2017
@mscdex mscdex added the fs Issues and PRs related to the fs subsystem / file system. label Oct 6, 2017
@Trott Trott added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Oct 6, 2017
const path = require('path');
const fs = require('fs');
const fn = path.join(common.fixturesDir, 'empty.txt');
const fn = path.join(fixturesDir, 'empty.txt');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @tobbik! Welcome, and thanks for this! Can you change this to use fixtures.path() instead of fixtures.fixturesDir? See the documentation at https://github.com/nodejs/node/tree/master/test/common#fixtures-module.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

I created a new pull request with the changes as asked for.
#16109

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @tobbik. In the future, if you need to change a PR, you can make the changes on the same branch that you opened the PR with and push it up to GitHub. It's much easier/better for the review process. No worries, right now, though. I'll close this and move over to #16109.

@Trott Trott closed this Oct 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. fs Issues and PRs related to the fs subsystem / file system. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants