Skip to content

Commit

Permalink
Merge pull request #1 from renomureza/make-test-sequence
Browse files Browse the repository at this point in the history
make test sequence
  • Loading branch information
renomureza authored Oct 4, 2021
2 parents c68c346 + a064315 commit 4615af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ros-rest",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"author": "R.M Reza",
"license": "MIT",
"scripts": {
"test": "jest",
"test": "jest -i",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepare": "npx husky install"
Expand Down

0 comments on commit 4615af1

Please sign in to comment.