Upgrade jest to v30

This commit is contained in:
Jozef Izso 2025-06-29 16:55:36 +02:00
parent 8dd7047bf0
commit 4d84da17a1
Failed to extract signature
3 changed files with 3855 additions and 1036 deletions

View file

@ -32,6 +32,6 @@ describe('parseNetDuration', () => {
})
it('throws when string has invalid format', () => {
expect(() => parseNetDuration('12:34:56 not a duration')).toThrowError(/^Invalid format/)
expect(() => parseNetDuration('12:34:56 not a duration')).toThrow(/^Invalid format/)
})
})