diff options
Diffstat (limited to 'api/__tests__/routes/auth')
-rw-r--r-- | api/__tests__/routes/auth/login.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/__tests__/routes/auth/login.ts b/api/__tests__/routes/auth/login.ts new file mode 100644 index 00000000..536e03ee --- /dev/null +++ b/api/__tests__/routes/auth/login.ts @@ -0,0 +1 @@ +it("works", () => {}); |