mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
fix(dsproof): Fixed integration test
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
Integration tests for bchjs dsproof library.
|
||||
*/
|
||||
|
||||
// Global npm libraries
|
||||
import chai from 'chai'
|
||||
|
||||
// Local libraries
|
||||
import BCHJS from '../../../../src/bch-js.js'
|
||||
const { assert } = chai
|
||||
|
||||
const bchjs = new BCHJS()
|
||||
|
||||
describe('#DSProof', () => {
|
||||
|
||||
Reference in New Issue
Block a user