fix(observation): admit bounded LAB chunk coverage

This commit is contained in:
DCCONSTRUCTIONS
2026-07-23 22:34:07 +03:00
parent 082b7057da
commit 5a29a536a2
4 changed files with 104 additions and 14 deletions
@@ -133,6 +133,7 @@ test("session catalog decodes canonical snake_case into a path-free camelCase mo
durationSeconds: 1_450.744,
replayable: true,
preparation: null,
lab: null,
}]);
assert.equal("raw_capture" in catalog.items[0], false);
assert.equal("path" in catalog.items[0], false);