From c6fee29f713c61ff0dce48ccd07c2cf79443c38f Mon Sep 17 00:00:00 2001 From: Samuel <47388695+Dagonite@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:13:02 +0000 Subject: [PATCH] Delete cypress/fixtures/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" -}