const getAppRoot = require( './app-root' );
const getTestConfig = require( './test-config' );
module.exports = {
getAppRoot,
getTestConfig,
};