From 390053f9c6b734d227804f7975afd163afda4635 Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 2 May 2024 21:07:42 +0200 Subject: [PATCH] tests: have test fixtures use single snapshot folder --- .../Random-Describe/Random-Context/Random-It/Arrays.json | 0 .../Random-Describe/Random-Context/Random-It/Numbers.json | 0 .../Random-Describe/Random-Context/Random-It/Strings.json | 0 .../datashard-snapshot/complex-types/works-based-on-fixtures.json | 0 .../complex-types/works-with-more-complicated-Objects.json | 0 .../datashard-snapshot/simple-types/works-with-arrays.json | 0 .../datashard-snapshot/simple-types/works-with-numbers.json | 0 .../datashard-snapshot/simple-types/works-with-objects.json | 0 .../datashard-snapshot/simple-types/works-with-strings.json | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename cypress/fixtures/{ => snapshots}/Random-Describe/Random-Context/Random-It/Arrays.json (100%) rename cypress/fixtures/{ => snapshots}/Random-Describe/Random-Context/Random-It/Numbers.json (100%) rename cypress/fixtures/{ => snapshots}/Random-Describe/Random-Context/Random-It/Strings.json (100%) rename cypress/fixtures/{ => snapshots}/datashard-snapshot/complex-types/works-based-on-fixtures.json (100%) rename cypress/fixtures/{ => snapshots}/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json (100%) rename cypress/fixtures/{ => snapshots}/datashard-snapshot/simple-types/works-with-arrays.json (100%) rename cypress/fixtures/{ => snapshots}/datashard-snapshot/simple-types/works-with-numbers.json (100%) rename cypress/fixtures/{ => snapshots}/datashard-snapshot/simple-types/works-with-objects.json (100%) rename cypress/fixtures/{ => snapshots}/datashard-snapshot/simple-types/works-with-strings.json (100%) diff --git a/cypress/fixtures/Random-Describe/Random-Context/Random-It/Arrays.json b/cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Arrays.json similarity index 100% rename from cypress/fixtures/Random-Describe/Random-Context/Random-It/Arrays.json rename to cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Arrays.json diff --git a/cypress/fixtures/Random-Describe/Random-Context/Random-It/Numbers.json b/cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Numbers.json similarity index 100% rename from cypress/fixtures/Random-Describe/Random-Context/Random-It/Numbers.json rename to cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Numbers.json diff --git a/cypress/fixtures/Random-Describe/Random-Context/Random-It/Strings.json b/cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Strings.json similarity index 100% rename from cypress/fixtures/Random-Describe/Random-Context/Random-It/Strings.json rename to cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Strings.json diff --git a/cypress/fixtures/datashard-snapshot/complex-types/works-based-on-fixtures.json b/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-based-on-fixtures.json similarity index 100% rename from cypress/fixtures/datashard-snapshot/complex-types/works-based-on-fixtures.json rename to cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-based-on-fixtures.json diff --git a/cypress/fixtures/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json b/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json similarity index 100% rename from cypress/fixtures/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json rename to cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json diff --git a/cypress/fixtures/datashard-snapshot/simple-types/works-with-arrays.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-arrays.json similarity index 100% rename from cypress/fixtures/datashard-snapshot/simple-types/works-with-arrays.json rename to cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-arrays.json diff --git a/cypress/fixtures/datashard-snapshot/simple-types/works-with-numbers.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-numbers.json similarity index 100% rename from cypress/fixtures/datashard-snapshot/simple-types/works-with-numbers.json rename to cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-numbers.json diff --git a/cypress/fixtures/datashard-snapshot/simple-types/works-with-objects.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-objects.json similarity index 100% rename from cypress/fixtures/datashard-snapshot/simple-types/works-with-objects.json rename to cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-objects.json diff --git a/cypress/fixtures/datashard-snapshot/simple-types/works-with-strings.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-strings.json similarity index 100% rename from cypress/fixtures/datashard-snapshot/simple-types/works-with-strings.json rename to cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-strings.json