hyunwoo jo
hyunwoo jo
I hadn't thought deeply about this issue. I think it would be good to proceed in the way you suggested How about @shine1594 ?
We do a lot of testing asynchronous operations, and we want them to work as we intended by the correct time. our test can fail if jest run test in...
In the past, the case of failure because it took a long time does not occur, but other cases are occurring 
https://jestjs.io/docs/timer-mocks > Timer Mocks The native timer functions (i.e., setTimeout, setInterval, clearTimeout, clearInterval) are less than ideal for a testing environment since they depend on real time to elapse. Jest...
> @ppeeou ["a", "b", "c"] that the string comes in, I don't think it's awkward to return undefined. 🤔 @hg-pyun thank you for your suggestion, I think If the `sum`...
I referenced the lib below and reflected the folder structure https://github.com/ramda/ramda https://github.com/ReactiveX/rxjs https://github.com/axios/axios https://github.com/socketio/socket.io ... However, If the test file is not included when deploying, your suggestion also seems to...
@sfsepark Let me know the `tsconfig.json` you set up? and check `strict: true` https://www.typescriptlang.org/tsconfig#strict
@sfsepark could you check this issue??
oh...🤩 I'll try it as you said
@hackerwins Is it correct to proceed in this direction🤔?? I want to check `yorkie-sdk-js` before working