Anna Bocharova

Results 204 comments of Anna Bocharova

``` Test suite failed to run ReferenceError: Cannot access 'compressionMock' before initialization 25 | 26 | const compressionMock = jest.fn(); > 27 | jest.mock("compression", () => compressionMock); | ^ ```...

Issue: extending ZOD does not work well in DTS. `z` has the type `any` Resolved by preserving DTS generation by tsc in a330d9061ee5cb4060cc95953f25fe34209a1e5b

Are any further works expected in this direction? @abenhamdine

Just in case, this is how I improved the test in my project to support Node 19, @abenhamdine : ```ts expect.stringMatching( // the 2nd option is for Node 19 /(Unexpected...

Any plans on finishing this and resolving #34 , @MarceloPrado || @boozook ?

@Waszker || @paulmelnikow || @syrusakbary , please merge and release. This fix is critical for supporting python 3.12.

> I just changed to use [syrupy](https://github.com/tophat/syrupy) instead. Migration was easy as 🍰 it does not support `unittest`, only `pytest`, right, @torarvid ?

> it's been 6 months now Almost 9 since the PR date. And more than 11 since the issue #166 opening.