fix test require so browserify works for testling
This commit is contained in:
parent
93e9f9f188
commit
e94636ef25
@ -1,5 +1,5 @@
|
|||||||
var assert = require('assert');
|
var assert = require('assert');
|
||||||
var Address = require('../').Address;
|
var Address = require('..').Address;
|
||||||
|
|
||||||
test('string', function() {
|
test('string', function() {
|
||||||
var addr = '18fN1QTGWmHWCA9r2dyDH6FbMEyc7XHmQQ';
|
var addr = '18fN1QTGWmHWCA9r2dyDH6FbMEyc7XHmQQ';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user