소스 검색

improve frontend test

pull/342/head
Guillaume Vincent 8 년 전
부모
커밋
649fbe6350
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      tests/index.html

+ 3
- 1
tests/index.html 파일 보기

@@ -17,7 +17,9 @@
}
};
lesspass.generatePassword(login, masterPassword, site, options).then(function (generatedPassword) {
console.log(generatedPassword)
if (generatedPassword === 'azYS7,olOL2]') {
document.body.innerHTML = "generatePassword ok";
}
});
</script>
</body>

불러오는 중...
취소
저장