mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
13 lines
198 B
JavaScript
13 lines
198 B
JavaScript
// jest-puppeteer.config.js
|
|
module.exports = {
|
|
server: {
|
|
command: 'http-server ./www',
|
|
port: 8080,
|
|
launchTimeout: 5000
|
|
},
|
|
|
|
launch: {
|
|
dumpio: true,
|
|
headless: false,
|
|
},
|
|
} |