mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-11-09 22:08:58 +01:00
3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
|
const ONE_MINUTE_IN_MILLISECONDS = 60 * 1000
|
||
|
jest.setTimeout(ONE_MINUTE_IN_MILLISECONDS)
|