1 Star 0 Fork 116

枔羽 / F2

forked from antv / F2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
索丘 提交于 2021-12-10 11:02 . feat: test 支持 snapshot 对比 (#1310)
module.exports = {
runner: 'jest-electron/runner',
testEnvironment: 'jest-electron/environment',
preset: 'ts-jest',
collectCoverage: false,
collectCoverageFrom: ['packages/*/src/**/*.{ts,tsx,js}', '!**/node_modules/**'],
modulePathIgnorePatterns: ['packages/*/dist'],
testPathIgnorePatterns: [],
testRegex: '/test/.*\\.test\\.tsx?$',
setupFilesAfterEnv: ['<rootDir>/jest-setup.js'],
};
JavaScript
1
https://gitee.com/prinsipe/f2.git
git@gitee.com:prinsipe/f2.git
prinsipe
f2
F2
master

搜索帮助