Currently the TS version of litesvm is only compatible with @solana/web3.js.
Requesting a version that is compatible with @solana/kit.
The issue is that it is currently not possible to test TS program clients generated with codama using litesvm because the codama TS client is only @solana/kit compatible. It would be helpful to test the clients using litesvm, without the need for solana-test-validator.
Currently the TS version of litesvm is only compatible with @solana/web3.js.
Requesting a version that is compatible with @solana/kit.
The issue is that it is currently not possible to test TS program clients generated with codama using litesvm because the codama TS client is only @solana/kit compatible. It would be helpful to test the clients using litesvm, without the need for
solana-test-validator.