jest.config.js 125 B

1234567
  1. module.exports = {
  2. testURL: 'http://localhost:8000',
  3. preset: 'jest-puppeteer',
  4. globals: {
  5. APP_TYPE: false,
  6. },
  7. };