Skip to content

Commit

Permalink
Sleep added to serve test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jialecl committed Sep 16, 2024
1 parent 6825887 commit 90c824c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {
"test": "jest --collect-coverage",
"serve-server": "json-server src/tests/mockCollection.json"
"serve-server": "json-server src/tests/mockCollection.json & sleep 5"
},
"dependencies": {
"core-js": "^3.36.0"
Expand Down

0 comments on commit 90c824c

Please sign in to comment.