| 15 | import { STORE_HOMEPAGE } from '../common/constants.js'; |
| 16 | |
| 17 | export interface PuppetBaseProps { |
| 18 | browser: Browser; |
| 19 | email: string; |
| 20 | } |
| 21 | |
| 22 | export default class PuppetBase { |
| 23 | protected L: Logger; |
nothing calls this directly
no outgoing calls
no test coverage detected