/** * Shared helpers for the importance.test split files. * Extracted from src/importance.test.ts: the fixed NOW epoch constant. */ export const NOW = 1_700_000_000_000; // fixed epoch ms for determinism