unique-chain/js-packages at develop · UniqueNetwork/unique-chain · GitHub
Skip to content

Latest commit

 

History

History

README.md

Tests

Prepare test environment

  1. Checkout polkadot in sibling folder with this project
git clone https://github.com/paritytech/polkadot.git && cd polkadot
git checkout release-v0.9.27
  1. Build with nightly-2023-05-22
cargo build --release
  1. Build the project

  2. Checkout polkadot-launch in the sibling folder:

git clone https://github.com/paritytech/polkadot-launch && cd polkadot-launch
  1. Run launch-testnet.sh from the root of this project

How to run tests

  1. Run deno install.
  2. Optional step - configure tests with env variables or by editing configuration file.
  3. Run deno task test.