From 7e5a8c74a51e0af14e6ec37e4185534247f87b7c Mon Sep 17 00:00:00 2001 From: maze Date: Tue, 10 Mar 2026 18:13:01 +0100 Subject: [PATCH] Move tests to their own folder --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8b991a7..9f12c56 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,6 @@ "isolatedModules": true, "forceConsistentCasingInFileNames": true }, - "include": ["src"], + "include": ["src", "test/crypto.test.ts", "test/identity.test.ts", "test/packet.test.ts", "test/parser.test.ts"], "exclude": ["node_modules", "dist", "test"] }