From 31f2d6e6f93e15f775084e4cafd152e8252d6d1b Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Thu, 1 May 2025 22:32:37 +0200 Subject: [PATCH] chore: move existing tests to sub-directory introducing sub-directories for each type of tests, so that they're easier to seperate. --- tests/{ => unit}/log-level.test.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{ => unit}/log-level.test.ts (100%) diff --git a/tests/log-level.test.ts b/tests/unit/log-level.test.ts similarity index 100% rename from tests/log-level.test.ts rename to tests/unit/log-level.test.ts