From 47b135aca0636d2c27f2d7b50c7c76ace63ff7e4 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Mon, 3 Nov 2025 17:01:03 +0100 Subject: [PATCH] removed tests --- project.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/project.json b/project.json index 1472628..1afdc27 100644 --- a/project.json +++ b/project.json @@ -44,26 +44,6 @@ "configuration":"lib-shared" } ] - }, - { - "name": "example-test", - "implementations": ["tests/ExampleTest"], - "dependencies": [ - { - "path":"./project.json", - "configuration":"lib-shared" - } - ] - }, - { - "name": "test-structure", - "implementations": ["tests/TestStructure"], - "dependencies": [ - { - "path":"./project.json", - "configuration":"lib-shared" - } - ] } ] } \ No newline at end of file