mirror of
https://github.com/toptal/gitignore.io.git
synced 2021-05-12 18:32:24 +03:00
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
module.exports = {
|
|
globals: {
|
|
'BASE_URL': process.env.BASE_URL || 'http://localhost:8080'
|
|
},
|
|
preset: 'jest-puppeteer',
|
|
testTimeout: 30000
|
|
};
|