Remove redundant import from test
This commit is contained in:
parent
3a82486fb5
commit
6562ee96a4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
const { describe, it, beforeEach } = require('mocha')
|
const { describe, it } = require('mocha')
|
||||||
const assert = require('assert')
|
const assert = require('assert')
|
||||||
|
|
||||||
const ECPair = require('../src/ecpair')
|
const ECPair = require('../src/ecpair')
|
||||||
|
|
Loading…
Reference in a new issue