Merge pull request #632 from dorny/feature/631_jest_v30

This commit is contained in:
Jozef Izso 2025-07-14 16:09:03 +02:00 committed by GitHub
commit b14337a039
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3857 additions and 1037 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/)
})
})

4889
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -62,8 +62,7 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-prettier": "^5.5.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"jest": "^30.0.4",
"jest-junit": "^16.0.0",
"js-yaml": "^4.1.0",
"prettier": "^3.6.2",