-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mocha оверрайдит типы jest, начиная с testplane релизов #996
Comments
вроде правится в https://github.com/gemini-testing/testplane/pull/995/files - влейте, пожалуйста. |
Привет. |
|
В таком случае я не вижу иного варианта, кроме как использовать два различных файла "compilerOptions": {
"types": [
"testplane"
]
} |
Хмм. Такс
В общем, забавная бага из-за смены алфавитного порядка, видимо. Не знаю, можете ли вы её как-то полечить со своей стороны, но было бы здорово добавить её в мануал по миграции - наверняка не мы одни на это наступим. А для нас это видимо пока блокер... ... Интересно, а можно продолжать публиковать testplane в пакете hermione? Это бы решило проблему :) |
Да, в гайд по миграции нужно это добавить. Полечить со своей стороны - сможем, но, к сожалению, только в |
Да, звучит как решение, спасибо! |
Если в корне проекта лежит папка {
"compilerOptions": {
"types": [
"testplane"
]
}
} Чтобы в папке
/// <reference types="jest" />
{
"compilerOptions": {
"include": ["./src/types/jest.d.ts", "./src"],
}
} Теперь в директории |
Verify latest release
Hermione version
No response
Last Hermione version that worked
No response
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
Actual Behavior
всё падает
Expected Behavior
хочется чтобы не падало
Which Node.js version are you using?
20
The text was updated successfully, but these errors were encountered: