2020-04-02 13:41:06 +00:00
|
|
|
/**
|
|
|
|
* External dependencies
|
|
|
|
*/
|
|
|
|
const path = require( 'path' );
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
'@woocommerce/e2e-tests': path.resolve(
|
|
|
|
__dirname,
|
2020-04-28 20:14:11 +00:00
|
|
|
'node_modules/woocommerce/tests/e2e'
|
2020-04-02 13:41:06 +00:00
|
|
|
),
|
|
|
|
};
|