mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-12-12 20:46:52 +01:00
build(deps): bump read-pkg from 5.2.0 to 6.0.0 (#136)
This commit is contained in:
16
jest.config.json
Normal file
16
jest.config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"roots": ["<rootDir>"],
|
||||
"transform": {
|
||||
"^.+\\.(js|jsx|ts|tsx)$": "babel-jest"
|
||||
},
|
||||
"moduleDirectories": ["node_modules", "./"],
|
||||
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
|
||||
"testEnvironment": "jsdom",
|
||||
"setupFilesAfterEnv": [
|
||||
"@testing-library/jest-dom/extend-expect",
|
||||
"@testing-library/react"
|
||||
],
|
||||
"collectCoverage": true,
|
||||
"coverageDirectory": "./coverage",
|
||||
"coverageReporters": ["text", "cobertura"]
|
||||
}
|
||||
Reference in New Issue
Block a user