explicitly import mocha variables

This commit is contained in:
Daniel Cousens 2018-07-23 17:45:01 +10:00
parent 3bb3b9f397
commit 16195cc6ce
24 changed files with 26 additions and 47 deletions
test/integration

View file

@ -1,5 +1,4 @@
/* global describe, it */
const { describe, it } = require('mocha')
const assert = require('assert')
const bip32 = require('bip32')
const bip39 = require('bip39')