2020-10-21 17:25:13 +00:00
|
|
|
const getAppRoot = require( './app-root' );
|
2021-01-13 11:27:11 +00:00
|
|
|
const { getAppName, getAppBase } = require( './app-name' );
|
2020-07-24 13:12:07 +00:00
|
|
|
const getTestConfig = require( './test-config' );
|
2020-04-02 13:41:06 +00:00
|
|
|
|
|
|
|
module.exports = {
|
2021-01-13 11:27:11 +00:00
|
|
|
getAppBase,
|
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
|
|
|
};
|