/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
e2e/transform-linked-modules/package.json
18 строк
355 B
Simen Bekkhus
chore: remove jest-config dependency from jest-runner (#11466)
28 май 2021, 15:14
Не верифицирован
28 май 2021, 15:14
5f4dd18
Код
Авторство
О чём код?
{ "jest": { "testEnvironment": "node", "transformIgnorePatterns": [ "/node_modules/", "<rootDir>/__tests__", "<rootDir>/ignored/", "jest-circus", "jest-each", "jest-environment-node", "jest-jasmine2", "jest-runner" ], "transform": { "\\.js$": "<rootDir>/preprocessor.js" } } }