(...a)
| 5 | import { cfg } from './src/config.js'; |
| 6 | |
| 7 | const screenshot = (...a) => resolve(cfg.dir.screenshots, 'prime-gaming', ...a); |
| 8 | |
| 9 | // const URL_LOGIN = 'https://www.amazon.de/ap/signin'; // wrong. needs some session args to be valid? |
| 10 | const URL_CLAIM = 'https://gaming.amazon.com/home'; |
no test coverage detected