Required `config` from @woocommerce/e2e-environment package
This commit is contained in:
parent
84f98b5ae9
commit
f132a10129
|
@ -6,7 +6,7 @@ const { HTTPClientFactory } = require( '@woocommerce/api' );
|
|||
/**
|
||||
* External dependencies
|
||||
*/
|
||||
const config = require( 'config' );
|
||||
const { config } = require( '@woocommerce/e2e-environment' );
|
||||
const { it, describe, beforeAll } = require( '@jest/globals' );
|
||||
|
||||
/**
|
||||
|
|
|
@ -7,7 +7,7 @@ const { HTTPClientFactory, VariableProduct, ProductVariation } = require( '@wooc
|
|||
/**
|
||||
* External dependencies
|
||||
*/
|
||||
const config = require( 'config' );
|
||||
const { config } = require( '@woocommerce/e2e-environment' );
|
||||
const {
|
||||
it,
|
||||
describe,
|
||||
|
|
Loading…
Reference in New Issue