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