jest.config.js 86 Bytes
Newer Older
sin's avatar
sin committed
1 2 3 4
module.exports = {
  testURL: 'http://localhost:8000',
  preset: 'jest-puppeteer',
};