Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
jest.config.js 236 Bytes
Copy Edit Raw Blame History
陈帅 authored 2019-12-06 22:05 . chore: test add js dom
module.exports = {
testURL: 'http://localhost:8000',
preset: 'jest-puppeteer',
extraSetupFiles: ['./tests/setupTests.js'],
globals: {
ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: false,
localStorage: null,
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化