2020-08-10 17:54:10 +00:00
|
|
|
/**
|
|
|
|
* Provide the base test URL to bash scripts.
|
|
|
|
*/
|
2020-07-24 13:12:07 +00:00
|
|
|
const getTestConfig = require( './test-config' );
|
|
|
|
const testConfig = getTestConfig();
|
|
|
|
|
2020-08-10 17:54:10 +00:00
|
|
|
console.log( testConfig.baseUrl );
|