Merge pull request #1229 from bitcoinjs/brows
explicitly import mocha variables
This commit is contained in:
commit
a6f2cc2924
24 changed files with 26 additions and 47 deletions
test
|
@ -1,6 +1,6 @@
|
|||
/* global describe, it, beforeEach */
|
||||
/* eslint-disable no-new */
|
||||
|
||||
const { describe, it, beforeEach } = require('mocha')
|
||||
const assert = require('assert')
|
||||
const proxyquire = require('proxyquire')
|
||||
const hoodwink = require('hoodwink')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue