Fix admin js-tests config path
This commit is contained in:
parent
f7937593e9
commit
c5cf0fbd79
|
@ -107,7 +107,7 @@ wooCommercePackages.forEach( ( lib ) => {
|
|||
} );
|
||||
} );
|
||||
|
||||
const config = require( '../../../../plugins/woocommerce-admin/config/development.json' );
|
||||
const config = require( '../../../../plugins/woocommerce/client/admin/config/development.json' );
|
||||
|
||||
// Check if test is jsdom or node
|
||||
if ( global.window ) {
|
||||
|
|
Loading…
Reference in New Issue