Skip to content

chore: test against node v6#433

Merged
ariporad merged 1 commit intomasterfrom
chore/node-v6
Apr 27, 2016
Merged

chore: test against node v6#433
ariporad merged 1 commit intomasterfrom
chore/node-v6

Conversation

@nfischer
Copy link
Copy Markdown
Member

Looks like node v6 just got released. Just tried this out via nvm and saw that one of our tests broke for node v6, so I fixed that test.

Not sure if appveyor can test against node v6 yet, but I added it to the mix anyway.

@nfischer
Copy link
Copy Markdown
Member Author

Update: I removed node v6 from appveyor, since it doesn't seem to be supported yet.

@ariporad
Copy link
Copy Markdown
Contributor

Oops... I didn't see this one when opening #434. I'll close that one.

@ariporad
Copy link
Copy Markdown
Contributor

Oh, I could review this, couldn't I?

assert.ok(!_pwd.stderr);
assert.equal(shell.error(), null);
assert.equal(path.basename(_pwd), 'tmp');
assert.equal(path.basename(_pwd.toString()), 'tmp');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

? Why is this here? Seems unrelated.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

It fails without this. In node v6, I believe basename() requires a regular string. If you can get it to pass without this, feel free to change as necessary

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Kk

@nfischer
Copy link
Copy Markdown
Member Author

Yup, feel free to merge if this is good

@ariporad
Copy link
Copy Markdown
Contributor

LGTM.

Being real smart today I am.

@ariporad ariporad merged commit d7da0ac into master Apr 27, 2016
@nfischer nfischer deleted the chore/node-v6 branch April 28, 2016 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants