improve the test runner

This commit is contained in:
Fred K. Schott
2019-11-26 16:07:28 -08:00
parent abed42d848
commit a94b48be50
6 changed files with 95 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
import assert from 'assert-diff'
import { assertResultMatch, TestSuite } from '../utils'
import { assertResultMatch, TestSuite } from '../../utils'
import responses from '../../fixtures/responses'
const { getLedger: RESPONSE_FIXTURES } = responses