From cf70e8cff628f1289a36869b1d42c3439fca8f58 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:39:00 +0200 Subject: :white_check_mark: setup jest environment --- __tests__/routes/auth/login.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 __tests__/routes/auth/login.ts (limited to '__tests__') 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", () => {}); -- cgit 1.5.1