瀏覽代碼

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>

Loading…
取消
儲存