From bb17616d4f5df0bb75ea9d683cca6a10c519ce4d Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Tue, 17 Oct 2023 10:41:48 -0300 Subject: [PATCH] moving folders --- .../tests/{ => end-to-end}/codeAreaModalComponent.spec.ts | 0 src/frontend/tests/{ => end-to-end}/floatComponent.spec.ts | 0 src/frontend/tests/{ => end-to-end}/inputComponent.spec.ts | 0 src/frontend/tests/{ => end-to-end}/intComponent.spec.ts | 0 src/frontend/tests/{ => end-to-end}/keyPairListComponent.spec.ts | 0 src/frontend/tests/{ => end-to-end}/promptModalComponent.spec.ts | 0 src/frontend/tests/{ => end-to-end}/toggleComponent.spec.ts | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename src/frontend/tests/{ => end-to-end}/codeAreaModalComponent.spec.ts (100%) rename src/frontend/tests/{ => end-to-end}/floatComponent.spec.ts (100%) rename src/frontend/tests/{ => end-to-end}/inputComponent.spec.ts (100%) rename src/frontend/tests/{ => end-to-end}/intComponent.spec.ts (100%) rename src/frontend/tests/{ => end-to-end}/keyPairListComponent.spec.ts (100%) rename src/frontend/tests/{ => end-to-end}/promptModalComponent.spec.ts (100%) rename src/frontend/tests/{ => end-to-end}/toggleComponent.spec.ts (100%) diff --git a/src/frontend/tests/codeAreaModalComponent.spec.ts b/src/frontend/tests/end-to-end/codeAreaModalComponent.spec.ts similarity index 100% rename from src/frontend/tests/codeAreaModalComponent.spec.ts rename to src/frontend/tests/end-to-end/codeAreaModalComponent.spec.ts diff --git a/src/frontend/tests/floatComponent.spec.ts b/src/frontend/tests/end-to-end/floatComponent.spec.ts similarity index 100% rename from src/frontend/tests/floatComponent.spec.ts rename to src/frontend/tests/end-to-end/floatComponent.spec.ts diff --git a/src/frontend/tests/inputComponent.spec.ts b/src/frontend/tests/end-to-end/inputComponent.spec.ts similarity index 100% rename from src/frontend/tests/inputComponent.spec.ts rename to src/frontend/tests/end-to-end/inputComponent.spec.ts diff --git a/src/frontend/tests/intComponent.spec.ts b/src/frontend/tests/end-to-end/intComponent.spec.ts similarity index 100% rename from src/frontend/tests/intComponent.spec.ts rename to src/frontend/tests/end-to-end/intComponent.spec.ts diff --git a/src/frontend/tests/keyPairListComponent.spec.ts b/src/frontend/tests/end-to-end/keyPairListComponent.spec.ts similarity index 100% rename from src/frontend/tests/keyPairListComponent.spec.ts rename to src/frontend/tests/end-to-end/keyPairListComponent.spec.ts diff --git a/src/frontend/tests/promptModalComponent.spec.ts b/src/frontend/tests/end-to-end/promptModalComponent.spec.ts similarity index 100% rename from src/frontend/tests/promptModalComponent.spec.ts rename to src/frontend/tests/end-to-end/promptModalComponent.spec.ts diff --git a/src/frontend/tests/toggleComponent.spec.ts b/src/frontend/tests/end-to-end/toggleComponent.spec.ts similarity index 100% rename from src/frontend/tests/toggleComponent.spec.ts rename to src/frontend/tests/end-to-end/toggleComponent.spec.ts