gemini-testing / testplane

Testplane (ex-hermione) browser test runner based on mocha and wdio
https://testplane.io
MIT License
678 stars 62 forks source link

Пропала типизация describe/it и т.п. #940

Closed bolkonya closed 1 month ago

bolkonya commented 1 month ago

Verify latest release

Hermione version

hermione/8.9.4

Last Hermione version that worked

8.9.3

Which area(s) of Hermione are affected? (leave empty if unsure)

No response

Link to the code that reproduces this issue or a replay of the bug

No response

Reproduction steps

https://github.com/bolkonya/hermione-playground

Установить зависимости и проверить типы

Actual Behavior

describe и it имеют тип any

Expected Behavior

они типизированы, как раньше - describe: SuiteDefinition, it: TestDefinition

Which Node.js version are you using?

20.10.0

DudaGod commented 1 month ago

Проблему воспроизвел. Чиню.

DudaGod commented 1 month ago

Починил в hermione@8.9.5. Спасибо, что обратил внимание. Я тестировал с помощью линков и не заметил проблемы.