2020-08-10 17:54:10 +00:00
|
|
|
const { getAppRoot, getAppName } = require( './app-root' );
|
2020-07-24 13:12:07 +00:00
|
|
|
const getTestConfig = require( './test-config' );
|
2020-04-02 13:41:06 +00:00
|
|
|
|
|
|
|
module.exports = {
|
2020-09-15 13:10:59 +00:00
|
|
|
getAppRoot,
|
2020-08-10 17:54:10 +00:00
|
|
|
getAppName,
|
2020-09-15 13:10:59 +00:00
|
|
|
getTestConfig,
|
2020-04-02 13:41:06 +00:00
|
|
|
};
|