Add test file

Forgot to add this to the last commit
This commit is contained in:
bmc 2013-04-22 10:19:08 -05:00
parent 10e6d85266
commit 874c924f7a

View File

@ -2,6 +2,7 @@ var helper = require(__dirname + '/test-helper');
var assert = require('assert');
//if you want binary support, pull request me!
if (helper.config.binary) {
console.log('binary mode does not support JSON right now');
return;
}