/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
e2e/stack-trace-source-maps/package.json
13 строк
221 B
renovate[bot]
chore: update typescript to v5 in e2e tests (#14273)
27 июн 2023, 10:01
Не верифицирован
27 июн 2023, 10:01
8a413ba
Код
Авторство
О чём код?
{ "jest": { "rootDir": "./", "transform": { "\\.(ts)$": "<rootDir>/preprocessor.js" }, "testEnvironment": "node", "testRegex": "fails" }, "dependencies": { "typescript": "^5.0.0" } }