-
Notifications
You must be signed in to change notification settings - Fork 772
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
ensure symlink & link #162
Conversation
@jprichardson had no clue that the checks would reset when I forced a commit. Sorry for so many pull requests! |
I tried moving all the |
@jprichardson Yay! It passed! Wooooohoo. Thoughts? |
Awesome! Regarding Instead of this: expect(fs.readdirSync(dstDir)).to.contain(dstBasename) this: assert(fs.readdirSync(dstDir).indexOf(dstBasename) >= 0) |
@jprichardson updated & passed removed chai as a dev-dependancy. |
@jprichardson Just realized this still creates the directories even if the So for both
This would keep errors consistent across different versions of node. |
Good catch.
I really like this idea. |
moving branch off of master to a squashed version of the feature development branch |
No description provided.