Skip to content

Commit

Permalink
test(api):
Browse files Browse the repository at this point in the history
- added a new test data file (motivation for this change can be found in file's code comments)
- updated package.json to include test script
- pointed test_requests.sh to test data CJS module
  • Loading branch information
tgrecojs committed Jan 4, 2025
1 parent 52670e0 commit 4709b64
Show file tree
Hide file tree
Showing 3 changed files with 4,010 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"start": "node ./index.js",
"dev": "npx nodemon ./index.js"
"dev": "npx nodemon ./index.js",
"test:requests": "./test_requests.sh"
},
"dependencies": {
"@noble/hashes": "^1.6.1",
Expand Down
Loading

0 comments on commit 4709b64

Please sign in to comment.