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