From bd6ce2988058e6a558aad2ab024906a565d80106 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 27 Mar 2026 15:51:19 +0100 Subject: [PATCH] fix: missing test suffix --- test/handlers/auth/{github.ts => github.test.ts} | 0 test/handlers/auth/{jwks.ts => jwks.test.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/handlers/auth/{github.ts => github.test.ts} (100%) rename test/handlers/auth/{jwks.ts => jwks.test.ts} (100%) diff --git a/test/handlers/auth/github.ts b/test/handlers/auth/github.test.ts similarity index 100% rename from test/handlers/auth/github.ts rename to test/handlers/auth/github.test.ts diff --git a/test/handlers/auth/jwks.ts b/test/handlers/auth/jwks.test.ts similarity index 100% rename from test/handlers/auth/jwks.ts rename to test/handlers/auth/jwks.test.ts