From 3d00d18b12e59b66bf441e2918bd94ab0656cce4 Mon Sep 17 00:00:00 2001 From: Kendel Christoph Date: Sat, 17 Jan 2026 22:04:38 +0100 Subject: [PATCH] Text for Testing --- test/Robot_JoyIt_01.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Robot_JoyIt_01.test.js b/test/Robot_JoyIt_01.test.js index 03c589e..4e77162 100755 --- a/test/Robot_JoyIt_01.test.js +++ b/test/Robot_JoyIt_01.test.js @@ -41,7 +41,7 @@ test('Winkel Oberarm/Unterarm Dreieck', () => { expect(Math.abs(robot.alpha*2 + robot.beta - Math.PI)).toBeLessThanOrEqual(0.0001) }); -test('Winkel Oberarm/Unterarm Dreieckck', () => { +test('Winkel Oberarm/Unterarm Dreieck nach unten greifend', () => { robot = new Robot(300,300,30)