1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-12 02:28:11 +02:00
uptime-kuma/jest-puppeteer.config.js

6 lines
70 B
JavaScript
Raw Normal View History

2021-10-03 12:16:55 +02:00
module.exports = {
"launch": {
"headless": false
}
};