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:
2
cli/__test__/setup.ts
Normal file
2
cli/__test__/setup.ts
Normal file
@ -0,0 +1,2 @@
|
||||
const ONE_MINUTE_IN_MILLISECONDS = 60 * 1000
|
||||
jest.setTimeout(ONE_MINUTE_IN_MILLISECONDS)
|
Reference in New Issue
Block a user