It looks like this [commit](https://github.com/TypeStrong/ts-mockito/commit/a55b90ac99e3b68542bac34e3b4c82eafb0af072#diff-760ee75c009b424128abc0e85685f9cca518481f7ba7c95a558b0df44ea4e406R14) broke my tests. I am using framework [Ts.ED](https://tsed.io/) that got build in inherited methods that are named like: ``` async $afterInit(): Promise<void> { // Logic } ``` As $ is special character it looks like it is not detected correctly by RegEx used in this commit.