Ghost/ghost/members-browser-auth/test/utils/index.js
2019-04-18 14:07:59 +02:00

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');