Remove redundant import from test

This commit is contained in:
Luke Childs 2019-06-28 17:17:18 +07:00
parent 3a82486fb5
commit 6562ee96a4

View file

@ -1,4 +1,4 @@
const { describe, it, beforeEach } = require('mocha')
const { describe, it } = require('mocha')
const assert = require('assert')
const ECPair = require('../src/ecpair')