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

6 lines
70 B
JavaScript
Raw Normal View History

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