1 Star 0 Fork 13

wangscript1 / js.tree

forked from 阿森 / js.tree 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhengxs 提交于 2021-04-30 20:06 . first commit
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
const pkg = require('./package.json')
module.exports = {
name: pkg.name,
preset: 'ts-jest',
coverageDirectory: 'coverage',
coverageReporters: ['html', 'lcov', 'text'],
testEnvironment: 'node',
moduleFileExtensions: ['ts', 'js', 'json']
}
TypeScript
1
https://gitee.com/kingsmart/js.tree.git
git@gitee.com:kingsmart/js.tree.git
kingsmart
js.tree
js.tree
main

搜索帮助