--- a/tests/package.json +++ b/tests/package.json @@ -41,6 +41,7 @@ "testParallel": "yarn _testParallel './src/**/*.test.ts'", "testSequential": "yarn _test './src/**/*.seqtest.ts'", "testStructure": "yarn _test ./**/nesting/*.*test.ts", + "testGovernance": "RUN_GOV_TESTS=1 yarn _test ./**/governance/*.*test.ts", "testEth": "yarn _test './**/eth/**/*.*test.ts'", "testEthNesting": "yarn _test './**/eth/nesting/**/*.*test.ts'", "testEthFractionalizer": "yarn _test './**/eth/fractionalizer/**/*.*test.ts'", @@ -105,6 +106,8 @@ "testRPC": "yarn _test ./**/rpc.test.ts", "testPromotion": "yarn _test ./**/appPromotion/*test.ts", "testApiConsts": "yarn _test ./**/apiConsts.test.ts", + "testCouncil": "yarn _test ./**/council.*test.ts", + "testDemocracy": "yarn _test ./**/democracy.*test.ts", "testCollators": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collator-selection/**.*test.ts --timeout 49999999", "testCollatorSelection": "RUN_COLLATOR_TESTS=1 yarn _test ./**/collatorSelection.*test.ts --timeout 49999999", "testIdentity": "RUN_COLLATOR_TESTS=1 yarn _test ./**/identity.*test.ts --timeout 49999999",