fix(dsproof): Fixed integration test

This commit is contained in:
Chris Troutner
2025-11-17 10:20:55 -08:00
parent 4dabdac792
commit 22e13ef654
3 changed files with 4 additions and 5 deletions
+3
View File
@@ -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', () => {