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