mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 11:45:49 +00:00
fix: remove the sugar/parse directory (#1622)
* fix: remove the sugar/parse directory * feat: adds lsf flags
This commit is contained in:
committed by
Mayukha Vadari
parent
fd78d1edcd
commit
3cbdbac4f9
@@ -1,12 +1,13 @@
|
||||
// import BigNumber from "bignumber.js";
|
||||
// import { assert } from "chai";
|
||||
|
||||
import { assert } from 'chai'
|
||||
import { BookOffersRequest } from '../../src'
|
||||
import requests from '../fixtures/requests'
|
||||
import responses from '../fixtures/responses'
|
||||
import rippled from '../fixtures/rippled'
|
||||
import { setupClient, teardownClient } from '../setupClient'
|
||||
import { addressTests, assertResultMatch } from '../testUtils'
|
||||
import { addressTests } from '../testUtils'
|
||||
|
||||
// function checkSortingOfOrders(orders) {
|
||||
// let previousRate = "0";
|
||||
@@ -94,11 +95,7 @@ describe('client.getOrderbook', function () {
|
||||
limit: 1,
|
||||
},
|
||||
)
|
||||
assertResultMatch(
|
||||
response,
|
||||
responses.getOrderbook.normal,
|
||||
'getOrderbook',
|
||||
)
|
||||
assert.deepEqual(response, responses.getOrderbook.normal)
|
||||
})
|
||||
|
||||
// it("invalid options", async function () {
|
||||
|
||||
Reference in New Issue
Block a user