1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
django-client-reverse-helper/jest-config.json

16 lines
379 B
JSON

{
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest/",
"testFileExtensions": ["es6", "js"],
"moduleFileExtensions": ["js", "json", "es6"],
"collectCoverage": true,
"testPathDirs": [
"<rootDir>/src/__tests__/"
],
"testPathIgnorePatterns": [
"<rootDir>/src/__tests__/__mocks__/"
],
"modulePathIgnorePatterns": [
"<rootDir>/node_modules/"
]
}