From c7690401bcc7cddd79a95237f2a8e9d60e6f1ecf Mon Sep 17 00:00:00 2001 From: SinusFox <61253950+SinusFox@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:38:30 +0200 Subject: [PATCH] Moving test file to __tests__ --- {src/pages/api => __tests__}/test.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {src/pages/api => __tests__}/test.ts (100%) diff --git a/src/pages/api/test.ts b/__tests__/test.ts similarity index 100% rename from src/pages/api/test.ts rename to __tests__/test.ts