get the unit tests to pass

This commit is contained in:
spalger
2016-05-19 09:09:31 -07:00
parent 38cf442acc
commit c7f6c09d8c
31 changed files with 67 additions and 75 deletions

View File

@ -4,7 +4,6 @@ module.exports = function (makeLogger) {
var fs = require('fs');
var once = require('events').EventEmitter.prototype.once;
var _ = require('lodash-migrate');
var _v4 = require('lodash-migrate/lodash');
describe('buffer flush', function () {
if (require('stream').Writable) {