@matter/testing 0.14.1-alpha.0-20250605-9fc134af0 → 0.14.1-alpha.0-20250606-a9bcd03f9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matter/testing",
3
- "version": "0.14.1-alpha.0-20250605-9fc134af0",
3
+ "version": "0.14.1-alpha.0-20250606-a9bcd03f9",
4
4
  "description": "Test harness for running JavaScript and Matter certification tests",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -45,7 +45,7 @@
45
45
  "#tools/ansi-text": "@matter/tools/ansi-text"
46
46
  },
47
47
  "dependencies": {
48
- "@matter/tools": "0.14.1-alpha.0-20250605-9fc134af0",
48
+ "@matter/tools": "0.14.1-alpha.0-20250606-a9bcd03f9",
49
49
  "@types/express": "^5.0.2",
50
50
  "ansi-colors": "^4.1.3",
51
51
  "chai": "^4.5.0",
@@ -74,10 +74,6 @@ CMOCONC.S.F04..5=0
74
74
  # Only level attributes for CO measurement
75
75
  CMOCONC.S.A0000..8=0
76
76
 
77
- # Disable portions of SC_5_1 because our GroupKeyManager implementation is limited
78
- GRPKEY.S.C00.Rsp=0
79
- G.S.C04.Rsp=0
80
-
81
77
  # Skip portion of test that expects us to manually adjust humidity
82
78
  RH.M.ManuallyControlled=0
83
79