Commit 59312ccf598 for woocommerce
commit 59312ccf598f4e22cc922192bd83dad922af4f3b
Author: Ajitem Sahasrabuddhe <ajitem.s@outlook.com>
Date: Fri Aug 28 12:12:30 2026 +0530
Fix CI change detection globs for blocks test helper directories (#68091)
* Fix blocks JavaScript CI job changes globs
* Add changelog entry for blocks JS CI glob fix
diff --git a/plugins/woocommerce/client/blocks/changelog/testops-234-fix-js-ci-changes-globs b/plugins/woocommerce/client/blocks/changelog/testops-234-fix-js-ci-changes-globs
new file mode 100644
index 00000000000..52572c08f06
--- /dev/null
+++ b/plugins/woocommerce/client/blocks/changelog/testops-234-fix-js-ci-changes-globs
@@ -0,0 +1,4 @@
+Significance: patch
+Type: dev
+Comment: Fix the JavaScript CI job changes globs so edits under tests/integration and tests/utils trigger the test run.
+
diff --git a/plugins/woocommerce/client/blocks/package.json b/plugins/woocommerce/client/blocks/package.json
index a390a3f8fdc..06ea3c5fe45 100644
--- a/plugins/woocommerce/client/blocks/package.json
+++ b/plugins/woocommerce/client/blocks/package.json
@@ -312,7 +312,8 @@
"assets/**/*.{js,ts,tsx,scss}",
"packages/**/*.{js,ts,tsx,scss}",
"tests/js/**/*.{js,ts,tsx,scss,json}",
- "tests/utils/**/.{js,ts,tsx,scss,json}"
+ "tests/integration/**/*.{js,ts,tsx,scss,json}",
+ "tests/utils/**/*.{js,ts,tsx,scss,json}"
],
"events": [
"pull_request",