Skip to content

Commit fde6bd8

Browse files
committed
chore: remove bankrun test, script and dependencies from Anchor.toml and package.json
1 parent fd8e92e commit fde6bd8

File tree

4 files changed

+0
-149
lines changed

4 files changed

+0
-149
lines changed

basics/account-data/anchor/Anchor.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ wallet = "~/.config/solana/id.json"
1414

1515
[scripts]
1616
test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts" #For all test
17-
bankrun-test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/bankrun.test.ts" #For bankrun test
1817
litesvm-test = "pnpm ts-mocha -p ./tsconfig.json -t 1000000 tests/litesvm.test.ts" #For litesvm test

basics/account-data/anchor/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
"@types/bn.js": "^5.1.0",
88
"@types/chai": "^4.3.0",
99
"@types/mocha": "^9.0.0",
10-
"anchor-bankrun": "^0.4.0",
1110
"chai": "^4.3.4",
1211
"litesvm": "^0.3.3",
1312
"mocha": "^9.0.3",
14-
"solana-bankrun": "^0.3.0",
1513
"ts-mocha": "^10.0.0",
1614
"typescript": "^4.3.5"
1715
},

basics/account-data/anchor/pnpm-lock.yaml

Lines changed: 0 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basics/account-data/anchor/tests/bankrun.test.ts

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)