Points on how to work with solana-bankrun
, to update the code and then test it in a project on local computer.
As of the PR kevinheavey/solana-bankrun#31 the change consists of update of src/lib.rs
to update linking to solana program test
: https://github.com/anza-xyz/agave/blob/v2.0.9/program-test/src/lib.rs#L1016
From changes in src/lib.rs
the linking to TypeScript is needed to be coded into index.ts
.