1 Star 0 Fork 0

iMing/pnpm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest-with-registry.config.js 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
const path = require("path");
module.exports = {
...require('./jest.config'),
// Many tests change the dist tags of packages.
// Unfortunately, this means that if two such tests will run at the same time,
// they may break each other.
maxWorkers: 1,
globalSetup: path.join(__dirname, 'jest.globalSetup.js'),
globalTeardown: path.join(__dirname, 'jest.globalTeardown.js'),
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iMing999/pnpm.git
git@gitee.com:iMing999/pnpm.git
iMing999
pnpm
pnpm
main

搜索帮助