mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Add jest and puppeteer for testing
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// jest-puppeteer.config.js
|
||||
module.exports = {
|
||||
server: {
|
||||
command: 'http-server ./www',
|
||||
port: 8080,
|
||||
launchTimeout: 5000
|
||||
},
|
||||
|
||||
launch: {
|
||||
dumpio: true,
|
||||
headless: false,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user