/**
* #### Import members from **@edx/frontend-platform/testing**
* The testing module provides helpers for writing tests in Jest.
*
* @module Testing
*/
export { default as initializeMockApp } from './initializeMockApp';
export { default as mockMessages } from './mockMessages';