rittenhop-dev/versions/5.94.2/node_modules/@tryghost/member-attribution/test/utils/overrides.js

11 lines
334 B
JavaScript
Raw Normal View History

2024-09-23 19:40:12 -04:00
// 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();
should.extend();
// Sinon is a simple case
// Sinon is a global in our eslint test config
global.sinon = require('sinon');