Skip to content

Commit bf51619

Browse files
committed
re-export startAnchor from solana-bankrun
1 parent 2ae6e0f commit bf51619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import { BanksClient, ProgramTestContext } from "solana-bankrun";
1818
import bs58 from "bs58";
1919
import NodeWallet from "@coral-xyz/anchor/dist/cjs/nodewallet";
2020
import { SuccessfulTxSimulationResponse } from "@coral-xyz/anchor/dist/cjs/utils/rpc";
21+
export { startAnchor } from "solana-bankrun";
2122

2223
interface ConnectionInterface {
2324
getAccountInfo: Connection["getAccountInfo"];

0 commit comments

Comments
 (0)