Skip to content

Commit

Permalink
Create sampleUser_Data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Dec 4, 2024
1 parent 06bafa2 commit 7fcff4b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/tests/testData/sampleUser_Data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"username": "testuser1",
"email": "[email protected]",
"password": "password123"
},
{
"username": "testuser2",
"email": "[email protected]",
"password": "password456"
}
]

0 comments on commit 7fcff4b

Please sign in to comment.