fix(identity-wallet): install vitest and write real deadline utility tests
The previous commit had deadline tests as comments only because vitest
wasn't installed. Install vitest as a dev dependency and write 12 real
tests covering getDeadline, getUrgency, and formatCountdown with
deterministic time inputs.
All 12 tests pass: 1 test file, 12 assertions.