TheJizel
Results
2
comments of
TheJizel
+1 ``` "jest": "26.1.0" "rewire": "5.0.0" ```
@KaboomFox I had this problem a few weeks ago. I recommend taking a look at https://github.com/kulshekhar/ts-jest/issues/1029. Using `ts-jest` with `ts-node`, you should be able to make it work. I ultimately...