2 Star 12 Fork 2

swordCodePractice / app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
Seho 提交于 2021-09-05 15:34 . 🔧 build: 修复已知问题
module.exports = {
globalTeardown: '@dcloudio/uni-automator/dist/teardown.js',
testEnvironment: '@dcloudio/uni-automator/dist/environment.js',
testEnvironmentOptions: {},
testTimeout: 15000,
reporters: ['default'],
watchPathIgnorePatterns: ['/node_modules/', '/dist/', '/.git/'],
moduleFileExtensions: ['js', 'json'],
rootDir: __dirname,
testMatch: ['<rootDir>/src/**/*test.[jt]s?(x)'],
testPathIgnorePatterns: ['/node_modules/']
};
TypeScript
1
https://gitee.com/sword-code-practice/app.git
git@gitee.com:sword-code-practice/app.git
sword-code-practice
app
app
master

搜索帮助