mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 20:55:48 +00:00
ripple-binary-codec refactor (#88)
Refactored all components in ripple-binary-codec /src
This commit is contained in:
@@ -5,7 +5,7 @@ const { Amount } = coreTypes
|
||||
const fixtures = loadFixture('data-driven-tests.json')
|
||||
|
||||
function amountErrorTests () {
|
||||
_.filter(fixtures.values_tests, { type: 'Amount' }).forEach(f => {
|
||||
fixtures.values_tests.filter(obj => obj.type === 'Amount').forEach(f => {
|
||||
// We only want these with errors
|
||||
if (!f.error) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user