jest.config.js 86 B

12345
  1. module.exports = {
  2. testURL: 'http://localhost:8000',
  3. preset: 'jest-puppeteer',
  4. };