mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
Update tests for future test coverage
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
var fs = require('fs');
|
||||
var assert = require('assert');
|
||||
var utils = require('../src/js/ripple/utils.js');
|
||||
var utils = require('./testutils').load_module('utils');
|
||||
|
||||
describe('Utils', function() {
|
||||
describe('hexToString and stringToHex', function() {
|
||||
|
||||
Reference in New Issue
Block a user