mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 08:05:51 +00:00
test: removes the use of TestSuite (#1566)* switch all methods to new format* clean up rippleClient* rename files to remove ripple from name* additional cleanup
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
// import {Client} from 'xrpl-local'
|
||||
// import requests from '../fixtures/requests'
|
||||
// import responses from '../fixtures/responses'
|
||||
import { TestSuite } from "../testUtils";
|
||||
|
||||
// function checkSortingOfOrders(orders) {
|
||||
// let previousRate = '0'
|
||||
@@ -39,12 +38,7 @@ import { TestSuite } from "../testUtils";
|
||||
// return true
|
||||
// }
|
||||
|
||||
/**
|
||||
* Every test suite exports their tests in the default object.
|
||||
* - Check out the "TestSuite" type for documentation on the interface.
|
||||
* - Check out "test/client/index.ts" for more information about the test runner.
|
||||
*/
|
||||
export default <TestSuite>{
|
||||
describe("client.formatBidsAndAsks", function () {
|
||||
// 'normal': async (client, address) => {
|
||||
// const orderbookInfo = {
|
||||
// base: {
|
||||
@@ -365,4 +359,4 @@ export default <TestSuite>{
|
||||
// )
|
||||
// })
|
||||
// }
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user