From 64b8c91fa31ef83d407c569f95a2fc815b2b8013 Mon Sep 17 00:00:00 2001 From: Duddino Date: Tue, 5 Nov 2024 10:04:04 +0100 Subject: [PATCH] Remove example fixture --- 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 519902d71..000000000 --- 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" -}