Closed FelixGraf closed 1 year ago
I also had to change MAX_RETRIES: 999 to MAX_RETRIES: '999' in the mocked process.env to comply with the types of environment variables being strings
MAX_RETRIES: 999
MAX_RETRIES: '999'
process.env
string
Closes: #83
Thank you @FelixGraf !
I also had to change
MAX_RETRIES: 999
toMAX_RETRIES: '999'
in the mockedprocess.env
to comply with the types of environment variables beingstring
sCloses: #83