1 Star 0 Fork 115

ajunlonglive / F2

forked from antv / F2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
runner: 'jest-electron/runner',
testEnvironment: 'jest-electron/environment',
preset: 'ts-jest/presets/js-with-ts',
collectCoverage: false,
collectCoverageFrom: [
'packages/*/src/**/*.{ts,tsx,js}',
'!packages/my/src/**/*.{ts,tsx,js}',
'!packages/wx/src/**/*.{ts,tsx,js}',
'!packages/site/src/**/*.{ts,tsx,js}',
'!**/node_modules/**',
],
modulePathIgnorePatterns: ['packages/*/dist'],
testPathIgnorePatterns: [],
testRegex: '/test/.*\\.test\\.tsx?$',
setupFilesAfterEnv: ['<rootDir>/jest-setup.js'],
};
JavaScript
1
https://gitee.com/ajunlonglive/f2.git
git@gitee.com:ajunlonglive/f2.git
ajunlonglive
f2
F2
master

搜索帮助