Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 79cc198

Browse files
committed
replace helper function to use protocol from sdk
1 parent 739b4f6 commit 79cc198

File tree

2 files changed

+157
-250
lines changed

2 files changed

+157
-250
lines changed

solana/Anchor.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ cluster = "Localnet"
3131
wallet = "ts/tests/keys/pFCBP4bhqdSsrWUVTgqhPsLrfEdChBK17vgFM7TxjxQ.json"
3232

3333
[scripts]
34-
test-local = "npx ts-mocha -p ./tsconfig.anchor.json -t 1000000 --bail --exit ts/tests/0[0-9]*.ts"
35-
test-upgrade-fork = "npx ts-mocha -p ./tsconfig.anchor.json -t 1000000 --bail --exit ts/tests/1[0-9]*.ts"
34+
test-local = "npx ts-mocha -p ./tsconfig.anchor.json -t 1000000 --bail --full-trace --exit ts/tests/0[0-9]*.ts"
35+
test-upgrade-fork = "npx ts-mocha -p ./tsconfig.anchor.json -t 1000000 --bail --full-trace --exit ts/tests/1[0-9]*.ts"
3636

3737
[test]
3838
startup_wait = 20000

0 commit comments

Comments
 (0)