Commit e754bb3
authored
Add LiteSVM tests for the Processing Instructions anchor program (#478)
* feat: add LiteSVM test for processing instruction anchor program
* chore: update package dependencies and remove unused packages
- Added `litesvm` dependency to `package.json` and updated `pnpm-lock.yaml`.
- Removed `anchor-bankrun` and `solana-bankrun` dependencies from both files.
- Updated `@solana/web3.js` version in `pnpm-lock.yaml` to include a new version.
* chore: update TypeScript module resolution in tsconfig.json
- Changed module resolution from "commonjs" to "nodenext" in tsconfig.json for better compatibility with modern Node.js features.
* chore: remove unused bankrun test file
- Deleted the bankrun.test.ts file as part of the cleanup process to eliminate unused tests and dependencies.1 parent dad9c31 commit e754bb3
File tree
5 files changed
+250
-121
lines changed- basics/processing-instructions/anchor
- tests
5 files changed
+250
-121
lines changed| 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 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments