Skip to content

Commit

Permalink
test/mockend
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunGovil committed Dec 2, 2022
1 parent 449bbc6 commit 9b63d82
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .mockend.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"codes": {
"id": {
"number": 0
},
"name": {
"string": "Create React App using npm"
},
"tags": {
"string": ["reactjs", "npm"]
},
"code": {
"string": "npx create-react-app your-app-name"
"Post": {
"title": { "string": {} },
"comments": {
"hasMany": "Comment"
}
},
"Comment": {
"body": { "string": {} },
"post": {
"belongsTo": "Post"
}
}
}

0 comments on commit 9b63d82

Please sign in to comment.