1 Star 0 Fork 0

Hyperledger/aries-framework-javascript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.ts 523 Bytes
一键复制 编辑 原始数据 按行查看 历史
import type { Config } from '@jest/types'
import base from './jest.config.base'
const config: Config.InitialOptions = {
...base,
roots: ['<rootDir>'],
coverageReporters: ['text-summary', 'lcov', 'json'],
coveragePathIgnorePatterns: ['/build/', '/node_modules/', '/__tests__/', 'tests'],
coverageDirectory: '<rootDir>/coverage/',
projects: [
'<rootDir>/packages/*/jest.config.ts',
'<rootDir>/tests/jest.config.ts',
'<rootDir>/samples/extension-module/jest.config.ts',
],
}
export default config
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/aries-framework-javascript.git
[email protected]:hyperledger/aries-framework-javascript.git
hyperledger
aries-framework-javascript
aries-framework-javascript
main

搜索帮助