1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-11-09 22:08:58 +01:00
programming-challenges/cli/__test__/setup.ts

3 lines
89 B
TypeScript
Raw Normal View History

2021-12-06 17:18:14 +01:00
const ONE_MINUTE_IN_MILLISECONDS = 60 * 1000
jest.setTimeout(ONE_MINUTE_IN_MILLISECONDS)