2 Star 0 Fork 0

LikiBlaze / brave-browser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 284 Bytes
一键复制 编辑 原始数据 按行查看 历史
petemill 提交于 2019-06-21 12:10 . Test ApplyPatches library JS code
// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
module.exports = {
clearMocks: true,
roots: [
"lib",
"scripts"
],
testPathIgnorePatterns: [
'lib/test.js'
],
testEnvironment: "node"
}
1
https://gitee.com/likiblaze/brave-browser.git
git@gitee.com:likiblaze/brave-browser.git
likiblaze
brave-browser
brave-browser
master

搜索帮助