1 Star 0 Fork 0

Serverless Devs Registry/fc-info

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.ts 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
alapha23 提交于 2021-08-24 09:05 . Add unit tests
/*
* For a detailed explanation regarding each configuration property and type check, visit:
* https://jestjs.io/docs/en/configuration.html
*/
export default {
coverageDirectory: 'coverage',
coverageProvider: 'v8',
collectCoverage: false,
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/test/*.test.ts'],
setupFilesAfterEnv: ['./jest.setup.ts'],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/devsapp/fc-info.git
[email protected]:devsapp/fc-info.git
devsapp
fc-info
fc-info
main

搜索帮助