andersekdahl / karma-common-js

Test CommonJS modules without using Browserify
MIT License
2 stars 4 forks source link

The global constructor Buffer isn't available #1

Closed andersekdahl closed 9 years ago

andersekdahl commented 9 years ago

Some packages depend on the global constructor for Buffer to exist without requiring it using require('buffer').

This preprocessor should expose the shimmed Browserify Buffer constructor in such cases.

andersekdahl commented 9 years ago

Fixed in 10162ac816b96c17d08de4287f1702f6f4726898