Commit 024e8a0
authored
Add LiteSVM tests for the hello-solana Anchor program (#475)
* feat: add LiteSVM test for hello-solana program
* chore: add litesvm and update @solana/web3.js dependency
- Upgrade @solana/web3.js to version 1.98.4
- Add litesvm dependency with version 0.4.0
- Update related dependencies in pnpm-lock.yaml to reflect changes
* chore: update TypeScript config for hello-solana anchor to resolve TS issues
- Upgrade TypeScript compiler options to use ES2020 features
- Change module resolution to 'nodenext'
* refactor: update hello-solana Anchor test file to use type-only imports and clearer suite descriptions
* chore: remove deprecated bankrun and related stuff1 parent 231573d commit 024e8a0
6 files changed
Lines changed: 222 additions & 166 deletions
File tree
- basics/hello-solana/anchor
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments