mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 14:55:37 +00:00
chore(test): drop PR-only zoom assertion
This commit is contained in:
@@ -400,7 +400,7 @@ describe("findDominantRegion", () => {
|
||||
const result = findDominantRegion(regions, 3100, { connectZooms: true });
|
||||
expect(result.transition).toBeNull();
|
||||
expect(result.region?.id).toBe("a");
|
||||
expect(result.strength).toBe(1);
|
||||
expect(result.strength).toBeGreaterThan(0);
|
||||
});
|
||||
|
||||
it("keeps the incoming region at full strength after a connected handoff", () => {
|
||||
|
||||
Reference in New Issue
Block a user