1 Star 0 Fork 0

ChenX/ts-jest-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
ChenX 提交于 2017-07-11 12:23 . init
{
"name": "ts-jest-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^20.0.2",
"@types/node": "^8.0.7",
"jest": "^20.0.4",
"jest-environment-node-debug": "^2.0.0",
"ts-jest": "^20.0.7",
"typescript": "^2.4.1"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__test__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/BearCAD/ts-jest-test.git
git@gitee.com:BearCAD/ts-jest-test.git
BearCAD
ts-jest-test
ts-jest-test
master

搜索帮助