1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

test(cli): add commands/run/test

This commit is contained in:
Divlo
2021-12-06 17:18:14 +01:00
parent 249bb3a367
commit cffaa9ec40
8 changed files with 128 additions and 12 deletions

2
cli/__test__/setup.ts Normal file
View File

@ -0,0 +1,2 @@
const ONE_MINUTE_IN_MILLISECONDS = 60 * 1000
jest.setTimeout(ONE_MINUTE_IN_MILLISECONDS)