Codebase list node-has-binary / f0a0e98
Refresh patches. Debian Janitor 2 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55 ===================================================================
66 --- node-has-binary.orig/test.js
77 +++ node-has-binary/test.js
8 @@ -1,6 +1,6 @@
8 @@ -1,7 +1,7 @@
9 /* global describe it Blob */
910
1011 var hasBinary = require('./');
1112 -var assert = require('better-assert');
1213 +var assert = require('assert');
1314 var fs = require('fs');
1415
15 describe('has-binarydata', function(){
16 describe('has-binarydata', function () {