From 8add20790e0899661ec77f37e553ebbc77e4e3e4 Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 11 Apr 2024 18:44:21 +0200 Subject: [PATCH] forgot a thing --- .../Random-Context/Random-It/Arrays.json | 0 .../Random-Context/Random-It/Numbers.json | 0 .../Random-Context/Random-It/Strings.json | 0 .../complex-types/works-based-on-fixtures.json | 14 -------------- .../works-with-more-complicated-Objects.json | 15 --------------- .../simple-types/works-with-arrays.json | 8 -------- .../simple-types/works-with-numbers.json | 3 --- .../simple-types/works-with-objects.json | 4 ---- .../simple-types/works-with-strings.json | 3 --- 9 files changed, 47 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%) delete mode 100644 cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-based-on-fixtures.json delete mode 100644 cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json delete mode 100644 cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-arrays.json delete mode 100644 cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-numbers.json delete mode 100644 cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-objects.json delete mode 100644 cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-strings.json diff --git a/cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Arrays.json b/cypress/fixtures/Random-Describe/Random-Context/Random-It/Arrays.json similarity index 100% rename from cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Arrays.json rename to cypress/fixtures/Random-Describe/Random-Context/Random-It/Arrays.json diff --git a/cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Numbers.json b/cypress/fixtures/Random-Describe/Random-Context/Random-It/Numbers.json similarity index 100% rename from cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Numbers.json rename to cypress/fixtures/Random-Describe/Random-Context/Random-It/Numbers.json diff --git a/cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Strings.json b/cypress/fixtures/Random-Describe/Random-Context/Random-It/Strings.json similarity index 100% rename from cypress/fixtures/snapshots/Random-Describe/Random-Context/Random-It/Strings.json rename to cypress/fixtures/Random-Describe/Random-Context/Random-It/Strings.json diff --git a/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-based-on-fixtures.json b/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-based-on-fixtures.json deleted file mode 100644 index ac6239a..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-based-on-fixtures.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "jsonapi": { - "version": "2.0" - }, - "included": [ - { - "type": "users", - "id": "2", - "attributes": { - "name": "Test" - } - } - ] -} \ No newline at end of file diff --git a/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json b/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json deleted file mode 100644 index 0b48984..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/complex-types/works-with-more-complicated-Objects.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "status": 200, - "response": { - "array": [ - 0, - 1, - 2, - "4" - ], - "object": { - "with": "more details" - } - }, - "thisisnew": "wtf" -} \ No newline at end of file diff --git a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-arrays.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-arrays.json deleted file mode 100644 index dc8d53f..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-arrays.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "data": [ - 1, - 2, - 3, - 4 - ] -} \ No newline at end of file diff --git a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-numbers.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-numbers.json deleted file mode 100644 index 7941fc3..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-numbers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "data": 42 -} \ No newline at end of file diff --git a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-objects.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-objects.json deleted file mode 100644 index c65ca7b..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-objects.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "foo": "bar", - "Fizzy Drink": "Pop" -} \ No newline at end of file diff --git a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-strings.json b/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-strings.json deleted file mode 100644 index c36f355..0000000 --- a/cypress/fixtures/snapshots/datashard-snapshot/simple-types/works-with-strings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "data": "foo-bar" -} \ No newline at end of file