1 Star 0 Fork 0

Bytedance Inc. / syllepsis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
verbose: true,
transform: {
'^.+\\.(j|t)sx?$': 'ts-jest',
},
preset: 'jest-puppeteer',
setupFiles: ['<rootDir>/test/mock/client.js'],
moduleFileExtensions: ['ts', 'tsx', 'js'],
moduleNameMapper: {
'\\.(css)$': '<rootDir>/test/mock/style.js',
},
};
1
https://gitee.com/ByteDance/syllepsis.git
git@gitee.com:ByteDance/syllepsis.git
ByteDance
syllepsis
syllepsis
master

搜索帮助