/
githubmirror
/
github-readme-stats
Обзор
Документация
Войти
/
githubmirror
/
github-readme-stats
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
jest.config.js
12 строк
367 B
Rick Staa
ci: add e2e vercel test action (#2054)
01 окт 2022, 14:59
Не верифицирован
01 окт 2022, 14:59
f8e32f9
Код
Авторство
О чём код?
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/", ], };