From d7a38a567a5e9039935353a886310b3c32b25a79 Mon Sep 17 00:00:00 2001 From: Haileyesus <118998054+blackmammoth@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:54:48 +0300 Subject: [PATCH] chore: move tests to appropriate folder --- server/services/{ => tests}/notification-orchestrator.test.js | 0 server/shared/{ => tests}/claude-cli-path.test.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename server/services/{ => tests}/notification-orchestrator.test.js (100%) rename server/shared/{ => tests}/claude-cli-path.test.ts (100%) diff --git a/server/services/notification-orchestrator.test.js b/server/services/tests/notification-orchestrator.test.js similarity index 100% rename from server/services/notification-orchestrator.test.js rename to server/services/tests/notification-orchestrator.test.js diff --git a/server/shared/claude-cli-path.test.ts b/server/shared/tests/claude-cli-path.test.ts similarity index 100% rename from server/shared/claude-cli-path.test.ts rename to server/shared/tests/claude-cli-path.test.ts