1 Star 0 Fork 0

ddocan / fiddle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.json 793 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"transform": {
"\\.(js|jsx|ts|tsx)$": "ts-jest"
},
"testURL": "http://localhost",
"testRegex": "(-spec)\\.(ts|tsx)$",
"resetMocks": true,
"bail": true,
"resetModules": true,
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"setupFilesAfterEnv": [
"<rootDir>/tests/setup.js"
],
"moduleFileExtensions": [
"js",
"jsx",
"json",
"ts",
"tsx"
],
"testPathIgnorePatterns": [
"/.tmp/"
],
"coverageReporters": [
"json",
"html",
"lcov"
],
"collectCoverageFrom": [
"src/**/*.{ts,tsx}",
"!**/*.d.ts",
"!**/*constants.ts"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/tests/.*\\.(ts|js)$"
],
"moduleNameMapper": {
".*releases.json$": "<rootDir>/static/releases.json"
}
}
1
https://gitee.com/ddocan/fiddle.git
git@gitee.com:ddocan/fiddle.git
ddocan
fiddle
fiddle
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891