Merge pull request #32550 from woocommerce/fix/32549-admin-js-tests

Fix admin js-tests config path
This commit is contained in:
Chi-Hsuan Huang 2022-04-11 18:25:51 +08:00 committed by GitHub
commit 2a3077ad14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
if ( global.window ) {