0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-24 19:56:56 +01: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
}
};