move the remaining RippleAPI tests to the new test runner

This commit is contained in:
Fred K. Schott
2019-11-26 16:35:40 -08:00
parent 8ba36b2588
commit 84097a3179
55 changed files with 4976 additions and 4336 deletions

View File

@@ -1,7 +1,7 @@
import assert from 'assert-diff'
import { assertResultMatch, assertRejects, TestSuite } from '../../utils'
import responses from '../../fixtures/responses'
import requests from '../../fixtures/requests'
import responses from '../../fixtures/responses'
import addresses from '../../fixtures/addresses.json'
const { getPaths: REQUEST_FIXTURES } = requests
const { getPaths: RESPONSE_FIXTURES } = responses