jest.config.js 84 B

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