woocommerce/plugins/woocommerce-blocks/tests/e2e/config/jest-puppeteer.config-dev.js

10 lines
142 B
JavaScript
Raw Normal View History

const config = require( './jest-puppeteer.config' );
module.exports = {
...config,
launch: {
...config.launch,
headless: false,
},
};