1 Star 0 Fork 650

seiA/NocoBase

forked from NocoBase/NocoBase 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.js 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenos 提交于 2021-01-26 22:44 . fix: jest.setTimeout 300000
const path = require('path');
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
setupFilesAfterEnv: [path.resolve(__dirname, 'dotenv.js')],
testMatch: [
// '**/__tests__/**/*.[jt]s?(x)',
'**/?(*.)+(spec|test).[jt]s?(x)'
],
modulePathIgnorePatterns: [
"<rootDir>/packages/father-build/"
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/seiA/nocobase.git
git@gitee.com:seiA/nocobase.git
seiA
nocobase
NocoBase
v0.4.0-alpha.1

搜索帮助