Files
rocketmq-dashboard/frontend/jest.config.js
瓦尔登湖畔一棵松(GreatPine) 21c2c3a2ef feat: init (#36)
Co-authored-by: qingsong.sqs <qingsong.sqs@alibaba-inc.com>
2021-11-13 15:52:51 +08:00

11 lines
277 B
JavaScript

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,
},
};