tiptap/tests/cypress/fixtures/example.json

5 lines
154 B
JSON
Raw Normal View History

2019-12-17 06:30:41 +08:00
{
"name": "Using fixtures to represent data",
"email": "hello@cypress.io",
"body": "Fixtures are a great way to mock data for responses to routes"
}