mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
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');
|