()
| 11 | }, |
| 12 | |
| 13 | openAndLogin() { |
| 14 | this.openGitHub() |
| 15 | loginPage.login('something@totest.com', '1234356') |
| 16 | }, |
| 17 | } |
| 18 | |
| 19 | Object.setPrototypeOf(smthMethods, Smth.prototype) |
nothing calls this directly
no test coverage detected
searching dependent graphs…