From 522289faee5b191a5b7bc4e271b24be735cc7d7f Mon Sep 17 00:00:00 2001 From: sotnikov-s Date: Fri, 15 Sep 2023 19:06:56 +0300 Subject: [PATCH] add voting registry test to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f6af9c6..4ab87129 100644 --- a/package.json +++ b/package.json @@ -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" @@ -85,4 +86,4 @@ "engines": { "node": ">=11.0 <17" } -} +} \ No newline at end of file