|
@ -1,6 +1,6 @@ |
|
|
/* global describe, it, beforeEach */ |
|
|
|
|
|
/* eslint-disable no-new */ |
|
|
/* eslint-disable no-new */ |
|
|
|
|
|
|
|
|
|
|
|
const { describe, it, beforeEach } = require('mocha') |
|
|
const assert = require('assert') |
|
|
const assert = require('assert') |
|
|
const proxyquire = require('proxyquire') |
|
|
const proxyquire = require('proxyquire') |
|
|
const hoodwink = require('hoodwink') |
|
|
const hoodwink = require('hoodwink') |
|
|