A
Size: a a a
A
TS
v
C☭
AP
C☭
const window = {
plugins: {
touchid: {
isAvailable: jasmine.createSpyObj()
}
}
}
где isAvailbale возвращает коллбэки.... isAvailable(success, failure)...AP
C☭
result -> ${ JSON.stringify(result, null, 2) });C☭
C☭
AI
S
SK
mocha, данные нужны для интеграции с тест рейломSK
this и походу глобал хук ничего не знает про сurrent testSG
SK
this.test.ctx.currentTest.titleOK
this.test.ctx.currentTest.titleSK
SK
log.info(this.currentTest.state);
log.info(this.currentTest.title);
D