IhsanMujdeci

Results 7 comments of IhsanMujdeci

I got it working with such a configuration ``` const smp = new SpeedMeasurePlugin(); module.exports ={ webpack: { configure: webpackConfig => (smp.wrap(webpackConfig)) } }; ```

@lonecruisader I had to follow steps 1 and 2 and it seemed to solve it for me. TY also i set ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to YES and that seemed to work as...

Could it be possible to extend the functionality, I see you use an underlying lib jest-docblock to check for the comments . Is it at all possible to go manually...

So looks like people can make their own matchers if they want if they make a class that extends Matcher. https://github.com/NagRock/ts-mockito/blob/master/src/matcher/type/Matcher.ts

Also just want to say this is a nicely written lib. Were you guys inspired by go and its standard naming and folder layouts?

> @IhsanMujdeci CI is quite unhappy with this one, check the test. Yeah I can see. I fixed initial 3 tests failing now things are dying. Can you point me...

Check out my library https://www.npmjs.com/package/mock-interface#mock-interface I solve for this exact case