ts-mockito icon indicating copy to clipboard operation
ts-mockito copied to clipboard

Unable to run tests with 2.7.7+

Open MatejSkrbis opened this issue 1 year ago • 1 comments

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.

MatejSkrbis avatar Sep 26 '24 12:09 MatejSkrbis

Its working on version 2.6.6

schoggobaer avatar Oct 11 '24 06:10 schoggobaer