Skip to content

Commit

Permalink
Merge pull request #206 from neutron-org/feat/add-new-voting-registry…
Browse files Browse the repository at this point in the history
…-tests

[NTRN-78] Feat: add voting registry tests
  • Loading branch information
pr0n00gler authored Oct 9, 2023
2 parents aef9794 + b554ba7 commit 0f677a7
Show file tree
Hide file tree
Showing 2 changed files with 863 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"
}
}
}
Loading

0 comments on commit 0f677a7

Please sign in to comment.