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

View file

@ -1,5 +1,4 @@
/* global describe, it, beforeEach */
const { describe, it, beforeEach } = require('mocha')
const assert = require('assert')
const Block = require('../src/block')