Compare commits

..

1 Commits

Author SHA1 Message Date
15c76b27f3 Enforce unique ZIP/library coordinates and improve test output
- Fix duplicate ZIP coordinates (92121/92130)
- Improve test output to show failing/conflicting values
- Tests now ensure all ZIPs and libraries are unique and non-overlapping
2025-07-13 20:07:43 -07:00
3 changed files with 130 additions and 3769 deletions

View File

@ -5,7 +5,7 @@ export const dynamic = 'force-dynamic';
export const revalidate = 0;
// Library branch locations with approximate coordinates
export const LIBRARY_LOCATIONS: Record<string, { lat: number; lng: number }> = {
const LIBRARY_LOCATIONS: Record<string, { lat: number; lng: number }> = {
'Beckwourth': { lat: 32.7157, lng: -117.1611 },
'Benjamin': { lat: 32.8328, lng: -117.2713 },
'Balboa': { lat: 32.7330, lng: -117.1430 },

View File

@ -1,5 +0,0 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
};

3892
package-lock.json generated

File diff suppressed because it is too large Load Diff