cevek / ttypescript

Over TypeScript tool to use custom transformers in the tsconfig.json
1.53k stars 56 forks source link

How to exec console.log() at jest? #144

Closed sunrabbit123 closed 1 year ago

sunrabbit123 commented 1 year ago

I appended console.log at patchCreateProgram

and

I exec npm run test

but not run console.log

How can I take this?

If that's the wrong direction, What should I do for debug?

sunrabbit123 commented 1 year ago

I will work support TS5 But I don't know what to do for debugging