1 Star 0 Fork 18

houxianzhou/better-scroll

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest-e2e.config.js 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
jz 提交于 2019-07-24 14:06 . test(e2e): optimize all the e2e tests
module.exports = {
"verbose": true,
"roots": ["<rootDir>"],
"cache": false,
"globals": {
"ts-jest": {
"diagnostics": false
}
},
"preset": "jest-puppeteer",
"testMatch": ["**/tests/e2e/**/*.e2e.ts"],
"transform": {
".ts": "ts-jest"
},
"moduleFileExtensions": [
"ts",
"js"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/houxianzhou/better-scroll.git
[email protected]:houxianzhou/better-scroll.git
houxianzhou
better-scroll
better-scroll
dev

搜索帮助