Fix admin js-tests config path

This commit is contained in:
Chi-Hsuan Huang 2022-04-11 10:50:26 +08:00
parent f7937593e9
commit c5cf0fbd79
1 changed files with 1 additions and 1 deletions

View File

@ -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 // Check if test is jsdom or node
if ( global.window ) { if ( global.window ) {