1 Star 0 Fork 4

liujiankai/gcoord

forked from tk/gcoord 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.js 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jiulong Hu 提交于 2021-02-18 13:42 . workflow: update workflow
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
verbose: true,
roots: ['<rootDir>/test/'],
testURL: 'http://localhost/',
globals: {
'ts-jest': {
tsconfig: 'tsconfig.json',
isolatedModules: true,
},
},
coveragePathIgnorePatterns: ['/node_modules/', '/test/helpers/'],
coverageDirectory: './coverage/',
collectCoverage: true,
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/liujiankai/gcoord.git
git@gitee.com:liujiankai/gcoord.git
liujiankai
gcoord
gcoord
master

搜索帮助