It looks like this commit broke my tests.
I am using framework Ts.ED 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.