Skip to content
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

Use correct Buffer in tests #26

Merged
merged 1 commit into from Apr 10, 2014
Merged

Use correct Buffer in tests #26

merged 1 commit into from Apr 10, 2014

Conversation

devongovett
Copy link
Contributor

new B instead of new Buffer, otherwise browserify will inline the old version in the tests and we won't be testing anything. :)

`new B` instead of `new Buffer`, otherwise browserify will inline the old version in the tests and we won't be testing anything. :)
@feross
Copy link
Owner

feross commented Apr 10, 2014

Do'h! Wow, I've been assuming the problem was a lot more complicated than this and went down a rabbit hole. Thanks!

feross added a commit that referenced this pull request Apr 10, 2014
Use correct Buffer in tests
@feross feross merged commit 80099f3 into feross:master Apr 10, 2014
@devongovett devongovett deleted the patch-1 branch April 10, 2014 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants