Konstantin
Konstantin
Why do I need this hook? Why are you not satisfied with accessing these functions directly? All functions from this hook are static and have no initialization stage, functions have...
This is a minimal case for reproduction ``` typescript let i = 0; const t = true && { renderFn: () => ( i++ ), } t.renderFn(); ``` babel result:...
**Describe the bug** As described [here](https://github.com/allure-framework/allure-js/blob/d7f85b6949821d21f09be4148dac59c16e524ecd/packages/hermione-allure/src/runtime.ts#L210) argument `body` must return promise in any case. I think there is no need to require this. I suggest changing the return type to...
**Describe the bug** There is no imports in "hermione-allure/runtime" as described in [documentation](https://github.com/allure-framework/allure-js/tree/main/packages/hermione-allure#custom-history-id) **To Reproduce** Steps to reproduce the behavior: 1. Create empty project 2. exec `npm install typescript hermione-allure`...
I set up the project as described in the instructions, but the jest coverage is generated incorrectly: 1. Arrow functions that return jsx with specified pops without curly brackets are...
### Verify latest release - [ ] I verified that the issue exists in the latest Hermione release ### Hermione version _No response_ ### Last Hermione version that worked _No...