jest.config.js 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 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, }, };