Nico Jansen
Nico Jansen
This is also working for me: ```ts import ajvModule from 'ajv'; const Ajv = ajvModule.default; const ajv = new Ajv(); ``` (no need for an `unknown` type assertion)
I'm always using `--esModuleInterop`, maybe that does the trick
For Stryker we have an (undocumented) feature to load custom karma config. I'm also thinking of a way to automatically load the karma.conf.js. Of course there are settings that Stryker...
Yeah stryker is a new project. We're still working on it but it can be used. We'll work on making it more accessible and extendable next.
Yep, the types are wrong. https://arethetypeswrong.github.io/?p=%40ronami%2Fhypescript%401.1.0
> It seems the length of ✅ here is not exactly 2. Its something between 1-2 maybe 1.8 That seems to be a GH font issue. To clarify this issue...
I'm noticing that `handleFiles` calls `process.exit` when no files could be found. Should this side effect be there? Doesn't feel right to me. It is pretty difficult for Stryker to...
Hi @juergba thanks for your reply ☕️ It's fine to change the implementation details, as long as the API stays the same. We ideally want to load the exact same...
> Just opening some PR's would probably lead to nowhere, I guess. At least at the moment Well that's why we're discussing it here, aren't we? 😅 The more fundamental...
Hi again. It seems that a recent change in Mocha broke our stryker plugin for mocha. For more info see this: https://github.com/stryker-mutator/stryker/issues/1693 I would still *love* for mocha to provide...