UNPKG

@woocommerce/e2e-environment

Version:
8 lines (6 loc) 180 B
/** * Provide the base test URL to bash scripts. */ const { getTestConfig } = require( './test-config' ); const testConfig = getTestConfig(); console.log( testConfig.baseUrl );