Base on Yarn workspace and Typescript.
base utility for tearust, include lodash and moment.
JS SDK for tea layer1.
This is cli collection. Thanks for POLKADOT-JS DEV
// build
yarn build
// eslint
yarn lint
// unit test
yarn test
- Run yarn test will collect all test-cases from every packages.
- tearust_layer1 unit-test require a local Layer1 node with ws://127.0.0.1:9944.
- Edit jest.config.cjs to add patterns to modulePathIgnorePatterns to skip when needed.