mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-23 22:46:53 +00:00
* ant design pro5 init. * scaffold init Signed-off-by: majian <majian159@live.com>
11 lines
277 B
JavaScript
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,
|
|
},
|
|
};
|