mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 17:23:25 +00:00
ENH - refine phone apps and lock screen
This commit is contained in:
@@ -21,8 +21,8 @@ describe('timestamp clocks', () => {
|
||||
expect(timerPickerMilliseconds('01:01:01')).toBe(3_661_000)
|
||||
})
|
||||
|
||||
it('formats stopwatch durations with actual milliseconds', () => {
|
||||
expect(formatStopwatch(61_234)).toBe('01:01.234')
|
||||
it('formats stopwatch durations with hundredths of a second', () => {
|
||||
expect(formatStopwatch(61_234)).toBe('01:01.23')
|
||||
})
|
||||
|
||||
it('calculates bounded timer progress from remaining duration', () => {
|
||||
|
||||
Reference in New Issue
Block a user