mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-21 17:26:56 +01:00
chore: update lint rules
This commit is contained in:
parent
38819a5934
commit
dc353ee5bc
@ -193,7 +193,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
'import/no-extraneous-dependencies': ['error', { 'devDependencies': true }],
|
||||||
/**
|
/**
|
||||||
* ES6-specific Issues
|
* ES6-specific Issues
|
||||||
* (http://eslint.org/docs/rules/#ecmascript-6)
|
* (http://eslint.org/docs/rules/#ecmascript-6)
|
||||||
|
@ -92,7 +92,8 @@ test('Fulfillment correctly formed', t => {
|
|||||||
const msgHash = sha256Hash(msgUniqueFulfillment)
|
const msgHash = sha256Hash(msgUniqueFulfillment)
|
||||||
|
|
||||||
t.truthy(validateFulfillment(
|
t.truthy(validateFulfillment(
|
||||||
txSigned.inputs[0].fulfillment, txCreate.outputs[0].condition.uri,
|
txSigned.inputs[0].fulfillment,
|
||||||
|
txCreate.outputs[0].condition.uri,
|
||||||
Buffer.from(msgHash, 'hex')
|
Buffer.from(msgHash, 'hex')
|
||||||
))
|
))
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user