Skip to content

Commit

Permalink
require buffer explicitly so tap can be made to work in browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday authored and isaacs committed Nov 29, 2012
1 parent f752cc0 commit 9e06d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tap-assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
var difflet = require('difflet')
, deepEqual = require('deep-equal')
, bufferEqual = require('buffer-equal')
, Buffer = require('buffer').Buffer

module.exports = assert

Expand Down

0 comments on commit 9e06d7a

Please sign in to comment.