Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 583 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 583 Bytes

papi-entries-feedback

Minimal reproduction of paritytech/polkadot-sdk#5589

Repo Creation Steps

NOTE: Please run bun upgrade before you execute these tests locally.
Even a bun version as recent as v1.1.3 will throw No response received from RPC endpoint in 60s errors.

bun init # using bun v1.1.26
bun add polkadot-api
bun add @polkadot/api
bun x papi add dot -n polkadot

To install dependencies:

bun install

To run:

bun run test:all

Log to results.log:

bun run test:all >results.log 2>&1