From 69a16313ba58769d21085ed2ea804381eb07046d Mon Sep 17 00:00:00 2001 From: Joshua Date: Fri, 9 Sep 2022 14:51:45 +0200 Subject: [PATCH] add basic fixtures to test against --- cypress/fixtures/File.json | 4 ++++ cypress/fixtures/File2.json | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 cypress/fixtures/File.json create mode 100644 cypress/fixtures/File2.json diff --git a/cypress/fixtures/File.json b/cypress/fixtures/File.json new file mode 100644 index 0000000..98490e9 --- /dev/null +++ b/cypress/fixtures/File.json @@ -0,0 +1,4 @@ +{ + "foo": "bar", + "Fizzy Drink": "Soda" +} diff --git a/cypress/fixtures/File2.json b/cypress/fixtures/File2.json new file mode 100644 index 0000000..a8c0f20 --- /dev/null +++ b/cypress/fixtures/File2.json @@ -0,0 +1,4 @@ +{ + "foo": "bar", + "Fizzy Drink": "Pop" +}