Ghost/ghost/members-gateway-protocol/test/utils/overrides.js
2019-04-18 11:03:44 +02:00

10 lines
317 B
JavaScript

// This file is required before any test is run
// Taken from the should wiki, this is how to make should global
// Should is a global in our eslint test config
global.should = require('should').noConflict();
// Sinon is a simple case
// Sinon is a global in our eslint test config
global.sinon = require('sinon');