1 Star 0 Fork 1

ibenchu/user-pm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.json 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
寻风 提交于 2018-04-07 21:56 . chore(*): update git ignore definition
{
"moduleFileExtensions": [
"ts",
"js",
"json",
"node"
],
"transform": {
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testMatch": [
"<rootDir>/test/**/*.spec.ts"
],
"testPathIgnorePatterns": [
"<rootDir>/src"
],
"collectCoverage": false,
"collectCoverageFrom": [
"src/**/*.ts"
],
"coverageReporters": [
"json"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ibenchu/user-pm.git
[email protected]:ibenchu/user-pm.git
ibenchu
user-pm
user-pm
master

搜索帮助