Skip to content

Commit

Permalink
add voting registry test to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Sep 18, 2023
1 parent e7fe7ed commit 522289f
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 @@ -28,6 +28,7 @@
"test:tge:vesting_lp_vault": "jest -b src/testcases/parallel/tge.vesting_lp_vault",
"test:tge:credits_vault": "jest -b src/testcases/parallel/tge.credits_vault",
"test:tge:investors_vesting_vault": "jest -b src/testcases/parallel/tge.investors_vesting_vault",
"test:voting_registry": "jest -b src/testcases/parallel/voting_registry",
"gen:proto": "bash ./gen-proto.sh",
"lint": "eslint ./src",
"fmt": "eslint ./src --fix"
Expand Down Expand Up @@ -85,4 +86,4 @@
"engines": {
"node": ">=11.0 <17"
}
}
}

0 comments on commit 522289f

Please sign in to comment.