summaryrefslogtreecommitdiff
path: root/cypress/fixtures/example.json
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2023-10-06 16:54:03 +0100
committerGitHub <noreply@github.com>2023-10-06 16:54:03 +0100
commita14afed944e5f0b87af96cc5c6a262d246b88d1d (patch)
tree26104aa7f2717ea7e8f69734a2181d456f264481 /cypress/fixtures/example.json
parentf390b1d45b3f44a860fef4df2b31064f441b5065 (diff)
parent722d54e5ae8957436818b14e7aea613b19b12d28 (diff)
Merge pull request #111 from lowercasename/rk/typescript
Typescript migration
Diffstat (limited to 'cypress/fixtures/example.json')
-rw-r--r--cypress/fixtures/example.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/cypress/fixtures/example.json b/cypress/fixtures/example.json
index 02e4254..519902d 100644
--- a/cypress/fixtures/example.json
+++ b/cypress/fixtures/example.json
@@ -1,5 +1,5 @@
{
- "name": "Using fixtures to represent data",
- "email": "hello@cypress.io",
- "body": "Fixtures are a great way to mock data for responses to routes"
+ "name": "Using fixtures to represent data",
+ "email": "hello@cypress.io",
+ "body": "Fixtures are a great way to mock data for responses to routes"
}