This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
fullstack-open/part5/bloglist-frontend/cypress/fixtures/example.json
Andrew Trieu d73c3d8d48 Upload 5.23
2023-06-22 16:11:10 +03:00

6 lines
155 B
JSON

{
"name": "Using fixtures to represent data",
"email": "hello@cypress.io",
"body": "Fixtures are a great way to mock data for responses to routes"
}