c120490a00
no-issue We are already in the Members repository so there's no need for members in the directory name. The NPM package name however is unchanged and still requires specificity as it is scoped to @tryghost as a whole rather than the Members feature.
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');
|