2020-07-29 18:13:22 +00:00
|
|
|
const { getTestConfig } = require( '../utils' );
|
2020-07-24 13:12:07 +00:00
|
|
|
const testConfig = getTestConfig();
|
|
|
|
|
2020-04-02 13:41:06 +00:00
|
|
|
global.process.env = {
|
|
|
|
...global.process.env,
|
2020-07-24 13:12:07 +00:00
|
|
|
// Remove the trailing slash from jest sequencer WORDPRESS_URL.
|
|
|
|
WP_BASE_URL: testConfig.baseUrl,
|
2020-09-20 19:34:47 +00:00
|
|
|
PUPPETEER_SLOWMO: true,
|
2020-04-02 13:41:06 +00:00
|
|
|
};
|