From 44531afffee96dbd3be4f855a28427d5dae017da Mon Sep 17 00:00:00 2001 From: Chris Risner Date: Thu, 5 Oct 2023 09:13:56 -0500 Subject: [PATCH] fix(cyp-fixtures): deleted example .json --- cypress/fixtures/example.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 cypress/fixtures/example.json diff --git a/cypress/fixtures/example.json b/cypress/fixtures/example.json deleted file mode 100644 index 02e4254..0000000 --- a/cypress/fixtures/example.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "Using fixtures to represent data", - "email": "hello@cypress.io", - "body": "Fixtures are a great way to mock data for responses to routes" -}