Ghost/ghost/constants/test/utils/index.js

12 lines
219 B
JavaScript
Raw Normal View History

2020-08-11 14:15:36 +03:00
/**
* Test Utilities
*
* Shared utils for writing tests
*/
// Require overrides - these add globals for tests
require('./overrides');
// Require assertions - adds custom should assertions
require('./assertions');