1 Star 0 Fork 0

youngqqcn / remix-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 250 Bytes
一键复制 编辑 原始数据 按行查看 历史
ioedeveloper 提交于 2020-07-01 02:53 . web build remix-ide
module.exports = {
testMatch: ['**/+(*.)+(spec|test).+(ts|js)?(x)'],
transform: {
'^.+\\.(ts|js|html)$': 'ts-jest'
},
resolver: '@nrwl/jest/plugins/resolver',
moduleFileExtensions: ['ts', 'js', 'html'],
coverageReporters: ['html']
};
1
https://gitee.com/youngqqcn/remix-project.git
git@gitee.com:youngqqcn/remix-project.git
youngqqcn
remix-project
remix-project
master

搜索帮助