Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

use mocha's skip for conditional tests #233

Merged
merged 2 commits into from
Mar 9, 2018

Conversation

MichaelMure
Copy link
Contributor

@MichaelMure MichaelMure commented Mar 8, 2018

Hopefully I got all of them.

Copy link
Contributor

@daviddias daviddias left a comment

Choose a reason for hiding this comment

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

Needs linting to get fixed. Thanks for making it!

@@ -37,10 +37,10 @@ module.exports = (common) => {
after((done) => common.teardown(done))

describe('.mkdir', function () {
it('make directory on root', (done) => {
it('make directory on root', function(done) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This fails on linting.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

?
The lint pass locally and on travis.
Do you want function (done) with a space instead ?

Copy link
Contributor

Choose a reason for hiding this comment

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

@MichaelMure weird, I could bet that standard wouldn't accept that. Yeah I do want the whitespace to make it consistent :)

@MichaelMure
Copy link
Contributor Author

@diasdavid coding style fixed, ready to merge

@daviddias daviddias merged commit c4934ca into ipfs-inactive:master Mar 9, 2018
@daviddias
Copy link
Contributor

Thanks @MichaelMure :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants