Skip to content

Commit 874c924

Browse files
committed
Add test file
Forgot to add this to the last commit
1 parent 10e6d85 commit 874c924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/client/json-type-parsing-tests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ var helper = require(__dirname + '/test-helper');
22
var assert = require('assert');
33
//if you want binary support, pull request me!
44
if (helper.config.binary) {
5+
console.log('binary mode does not support JSON right now');
56
return;
67
}
78

0 commit comments

Comments
 (0)