From 6562ee96a48f49d80f4b66ade10b6b17c982f8c7 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 28 Jun 2019 17:17:18 +0700 Subject: [PATCH] Remove redundant import from test --- test/psbt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')