Skip to content

Commit

Permalink
Finished fix main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rydrafi13 committed May 27, 2023
1 parent 70ff7d6 commit 3b0cb75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "nodemon app",
"start": "node app",
"test": "jest --coverage testing/"
"test": "jest testing/",
"test:coverage": "jest --coverage testing/"
},
"author": "Moch Rafi Riadi",
"license": "ISC",
Expand Down

0 comments on commit 3b0cb75

Please sign in to comment.