0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-28 10:36:39 +01:00
uptime-kuma/jest-puppeteer.config.js

7 lines
124 B
JavaScript
Raw Normal View History

2021-10-03 12:16:55 +02:00
module.exports = {
"launch": {
2021-10-05 11:39:44 +02:00
"headless": false,
"userDataDir": "./data/test-chrome-profile",
2021-10-03 12:16:55 +02:00
}
};