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" +}