woocommerce/packages/js/e2e-environment/installFiles/jest.config.js.default

9 lines
242 B
Plaintext

const path = require( 'path' );
const { useE2EJestConfig, getAppRoot } = require( '@woocommerce/e2e-environment' );
const jestConfig = useE2EJestConfig( {
roots: [ path.resolve( __dirname, '../specs' ) ],
} );
module.exports = jestConfig;