Ghost/ghost/members-ssr/test/utils/index.js

12 lines
219 B
JavaScript
Raw Normal View History

2019-04-02 11:20:43 +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');