summary refs log tree commit diff
path: root/__tests__
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-30 15:39:00 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-30 15:39:00 +0200
commitcf70e8cff628f1289a36869b1d42c3439fca8f58 (patch)
tree7d0ad4a2d857788eed9148a16f46f7bc3356b707 /__tests__
parent:bug: rewrite imports (diff)
downloadserver-ts-cf70e8cff628f1289a36869b1d42c3439fca8f58.tar.xz
:white_check_mark: setup jest environment
Diffstat (limited to '__tests__')
-rw-r--r--__tests__/routes/auth/login.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/__tests__/routes/auth/login.ts b/__tests__/routes/auth/login.ts
new file mode 100644

index 00000000..536e03ee --- /dev/null +++ b/__tests__/routes/auth/login.ts
@@ -0,0 +1 @@ +it("works", () => {});