chore: validate SGS hall POI display plan

This commit is contained in:
lyf
2026-06-30 02:39:00 +08:00
parent a934e1e3bb
commit 2f2f3af708
4 changed files with 49 additions and 1 deletions

View File

@@ -304,3 +304,4 @@ assert.notEqual(byId.get('hall-place-L6-共享展厅').id, byId.get('hall-place-
assert.equal(diagnostics.skippedSpaceCount, 0, 'place-only halls do not inflate skipped-space diagnostics when all eligible spaces have hall-{space.id}')
assert.equal(diagnostics.skippedPlaceCount, 0, 'all hall places are represented by entrances')
console.log('SGS hall POI adapter smoke check passed')