summary refs log tree commit diff
path: root/src/test/password_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/password_test.ts')
-rw-r--r--src/test/password_test.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/test/password_test.ts b/src/test/password_test.ts
deleted file mode 100644

index 59d36621..00000000 --- a/src/test/password_test.ts +++ /dev/null
@@ -1,12 +0,0 @@ -import { check } from "./../util/passwordStrength"; - -console.log(check("123456789012345")); -// -> 0.25 -console.log(check("ABCDEFGHIJKLMOPQ")); -// -> 0.25 -console.log(check("ABC123___...123")); -// -> -console.log(check("")); -// -> -// console.log(check("")); -// // ->