mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
Update tests for future test coverage
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
var assert = require('assert');
|
||||
var Seed = require('../src/js/ripple/seed').Seed;
|
||||
var utils = require('./testutils');
|
||||
var Seed = utils.load_module('seed').Seed;
|
||||
|
||||
describe('Signing', function() {
|
||||
describe('Keys', function() {
|
||||
|
||||
Reference in New Issue
Block a user