3 Star 6 Fork 0

meteorlxy/vssue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
const path = require('path')
module.exports = {
rootDir: path.resolve(__dirname),
preset: 'ts-jest',
verbose: true,
coverageReporters: ['text', 'lcov'],
moduleNameMapper: {
'^@vssue/(.*)$': '<rootDir>/packages/@vssue/$1/src/index.ts',
},
testURL: 'https://vssue.js.org',
testMatch: [
'**/__tests__/**/*.(spec|test).[jt]s?(x)',
],
coveragePathIgnorePatterns: [
'/node_modules/',
'/__tests__/',
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/meteor_lxy/vssue.git
[email protected]:meteor_lxy/vssue.git
meteor_lxy
vssue
vssue
master

搜索帮助