/
githubmirror
/
github-readme-stats
Обзор
Документация
Войти
/
githubmirror
/
github-readme-stats
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
jest.bench.config.js
13 строк
409 B
Chongyi Zheng
tests: use custom benchmarking solution instead of outdated `jest-bench` package (#4468)
01 окт 2025, 22:20
Не верифицирован
01 окт 2025, 22:20
0d60641
Код
Авторство
О чём код?
export default { clearMocks: true, transform: {}, testEnvironment: "jsdom", coverageProvider: "v8", testPathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/tests/e2e/"], modulePathIgnorePatterns: ["<rootDir>/node_modules/", "<rootDir>/tests/e2e/"], coveragePathIgnorePatterns: [ "<rootDir>/node_modules/", "<rootDir>/tests/e2e/", ], testRegex: "(\\.bench)\\.(ts|tsx|js)$", };