-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Make AVA display subdirs properly and be recursive by default. #373
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
Conversation
} | ||
|
||
this.base += path.sep; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Naturally, I spend 30 minutes on something to find out that there's already something that does that.
91d178c
to
db85c03
Compare
@sindresorhus: What's the status on this? Is there anything blocking it from getting merged? |
@ariporad At least one other maintainer need to review it. Next time try to make your PR focused. This should probably have been two separate PRs. |
@sindresorhus: sorry about that, I had mentally sorted it by issue, but that doesn't make much sense outside my head. Since I implemented them sequentially, I could split them into seperate PRs, should I do that? |
Closing this to split into multiple pull request. |
Fixes #249.