1 Star 0 Fork 0

hbix/lin-cms-koa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
一飞同学 提交于 2021-11-08 09:40 . Dev (#135)
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
module.exports = {
testEnvironment: 'node',
coverageDirectory: 'coverage',
testPathIgnorePatterns: ['/node_modules/'],
testMatch: [
'**/?(*.)(spec).js?(x)'
],
transform: {
'^.+\\.[t|j]sx?$': 'babel-jest'
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hbix/lin-cms-koa.git
[email protected]:hbix/lin-cms-koa.git
hbix
lin-cms-koa
lin-cms-koa
master

搜索帮助