diff --git a/test/psbt.js b/test/psbt.js index 1d8ee90..3bf873d 100644 --- a/test/psbt.js +++ b/test/psbt.js @@ -1,4 +1,4 @@ -const { describe, it, beforeEach } = require('mocha') +const { describe, it } = require('mocha') const assert = require('assert') const ECPair = require('../src/ecpair')