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 cf1912b commit 449bbc6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .mockend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"codes": {
"id": {
"number": 0
},
"name": {
"string": "Create React App using npm"
},
"tags": {
"string": ["reactjs", "npm"]
},
"code": {
"string": "npx create-react-app your-app-name"
}
}
}

0 comments on commit 449bbc6

Please sign in to comment.