1 Star 0 Fork 0

加隐/nodeplotlib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.json 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
Felix Lemke 提交于 2021-01-05 21:45 +08:00 . refactor/get-plotly-from-cdn
{
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"branches": 90,
"functions": 90,
"lines": 90,
"statements": 90
}
},
"globals": {
"ts-jest": {
"tsconfig": "test/tsconfig.spec.json"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wzquyin/nodeplotlib.git
git@gitee.com:wzquyin/nodeplotlib.git
wzquyin
nodeplotlib
nodeplotlib
master

搜索帮助