MeiRiYiCheng_1_old/YBDevice.WebEntry/App/jest.config.js

11 lines
277 B
JavaScript
Raw Normal View History

2025-07-16 17:14:38 +08:00
module.exports = {
testURL: 'http://localhost:8000',
testEnvironment: './tests/PuppeteerEnvironment',
verbose: false,
extraSetupFiles: ['./tests/setupTests.js'],
globals: {
ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: false,
localStorage: null,
},
};