1f7a455374
refs https://github.com/TryGhost/Team/issues/1064 This package will be used as to handle and emit ingress events on new members event endpoint - `/members/api/events`
12 lines
219 B
JavaScript
12 lines
219 B
JavaScript
/**
|
|
* Test Utilities
|
|
*
|
|
* Shared utils for writing tests
|
|
*/
|
|
|
|
// Require overrides - these add globals for tests
|
|
require('./overrides');
|
|
|
|
// Require assertions - adds custom should assertions
|
|
require('./assertions');
|