Files
gitignore.io/jest.config.js
Ming Chen 67b534c7e3 Migrate to Toptal (#494)
* Migrate to Toptal

* updated repository urls

* synced the submodule for templates
2020-06-08 17:40:06 +08:00

8 lines
153 B
JavaScript

module.exports = {
globals: {
'BASE_URL': process.env.BASE_URL || 'http://localhost:8080'
},
preset: 'jest-puppeteer',
testTimeout: 30000
};