summary refs log tree commit diff
path: root/api/src/test/password_test.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-11 15:13:16 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-11 15:13:16 +0200
commit833dcb7c3c8d3db916821533eee74934cc2fd82f (patch)
tree126003b57acb7c4ad5cee0728b2eef4085dfd838 /api/src/test/password_test.ts
parentImplement GIFs (diff)
parentMerge pull request #435 from TheArcaneBrony/change-enums-to-number (diff)
downloadserver-833dcb7c3c8d3db916821533eee74934cc2fd82f.tar.xz
Merge branch 'master' into pr/Thesourtimes/430
Diffstat (limited to 'api/src/test/password_test.ts')
-rw-r--r--api/src/test/password_test.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/api/src/test/password_test.ts b/api/src/test/password_test.ts
deleted file mode 100644

index 983b18ae..00000000 --- a/api/src/test/password_test.ts +++ /dev/null
@@ -1,12 +0,0 @@ -import { checkPassword } from "@fosscord/api"; - -console.log(checkPassword("123456789012345")); -// -> 0.25 -console.log(checkPassword("ABCDEFGHIJKLMOPQ")); -// -> 0.25 -console.log(checkPassword("ABC123___...123")); -// -> -console.log(checkPassword("")); -// -> -// console.log(checkPassword("")); -// // ->