Codebase list node-has-binary / 697856c
Refresh patches. Debian Janitor 1 year, 4 months ago
1 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
11 Forwarded: not-needed
22 Author: Paolo Greppi <paolo.greppi@libpf.com>
33
4 Index: node-has-binary/test.js
4 Index: node-has-binary.git/test.js
55 ===================================================================
6 --- node-has-binary.orig/test.js
7 +++ node-has-binary/test.js
8 @@ -1,6 +1,6 @@
6 --- node-has-binary.git.orig/test.js
7 +++ node-has-binary.git/test.js
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 () {