1
0
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:
dependabot[bot]
2021-08-12 11:03:37 +02:00
committed by GitHub
parent 63017953d7
commit f7d304ca80
7 changed files with 1198 additions and 151 deletions

16
jest.config.json Normal file
View 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"]
}