mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
refactor: rename all test files to camelCase (#1562)
* rename files to camelCase * fix imports * more renames * pull all client tests out of individual folders * fix imports * fix tests
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
function createLedgerTest(ledgerIndex: number) {
|
||||
describe(String(ledgerIndex), function () {
|
||||
var path =
|
||||
__dirname + '/../fixtures/rippled/ledger-full-' + ledgerIndex + '.json'
|
||||
__dirname + '/../fixtures/rippled/ledgerFull' + ledgerIndex + '.json'
|
||||
|
||||
var ledgerRaw = fs.readFileSync(path, {encoding: 'utf8'})
|
||||
var ledgerJSON = JSON.parse(ledgerRaw)
|
||||
Reference in New Issue
Block a user