Compile test cases to run tests without using Babel

This commit is contained in:
Chris Clark
2015-08-24 16:58:50 -07:00
parent 44d00d5ef4
commit c4fa4c237c
2 changed files with 8 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
const _ = require('lodash');
const hashes = require('../../hashes');
const addresses = require('../../addresses');
const SerializedObject = require('../../../../src/core').SerializedObject;
const SerializedObject = require('ripple-lib').SerializedObject;
const AccountSet = require('./tx/account-set.json');
const NotFound = require('./tx/not-found.json');