diff options
Diffstat (limited to 'vid-webpack-master/cypress/fixtures/example.json')
-rw-r--r-- | vid-webpack-master/cypress/fixtures/example.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vid-webpack-master/cypress/fixtures/example.json b/vid-webpack-master/cypress/fixtures/example.json new file mode 100644 index 00000000..da18d935 --- /dev/null +++ b/vid-webpack-master/cypress/fixtures/example.json @@ -0,0 +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" +}
\ No newline at end of file |