Commit 2cbc41f
authored
Add LiteSVM tests for counter Anchor program (#471)
* feat: add LiteSVM tests for counter program
* chore: update dependencies in package.json and pnpm-lock.yaml
- Add litesvm dependency with version ^0.4.0
- Upgrade @solana/web3.js from ^1.95.2 to ^1.98.4
* chore: rename file for consistent naming across examples
* chore: update TypeScript configuration for counter example
- Change target and lib to ES2020
- Update module system to nodenext
* chore: remove deprecated bankrun test file and related dependencies1 parent 550af2d commit 2cbc41f
File tree
7 files changed
+337
-231
lines changed- basics/counter/anchor
- tests
7 files changed
+337
-231
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments