Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 369 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 369 Bytes

type-test

test with ts

polkadot api

npx papi add devnet -w ws://10.0.0.11:9944

get the new metadata

sh get-metadata.sh

run all tests

yarn run test

To run a particular test case, you can pass an argument with the name or part of the name. For example:

yarn run test -- -g "Can set subnet parameter"