Skip to content

Commit e37d07c

Browse files
readme update
1 parent 00da957 commit e37d07c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

basics/counter/steel/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@ cargo build-sbf
1010
```
1111
## Tests
1212

13-
To run the test suit, use the Solana toolchain:
13+
This project includes both:
14+
- Rust tests: [`program/tests`](/program/tests) directory.
15+
- Node.js tests using [Bankrun](https://kevinheavey.github.io/solana-bankrun/): [`tests`](/tests) directory.
1416

1517
```sh
16-
cargo test-sbf
17-
```
18+
# rust tests
19+
cargo test-sbf
1820

19-
The tests can be found in the [`program/tests`](/program/tests) directory.
21+
# node tests
22+
pnpm build-and-test # this will also build the program
23+
#or
24+
pnpm test # if you have already built the program
25+
```

0 commit comments

Comments
 (0)