Skip to content

Commit

Permalink
doc(tests): Update README.md files.
Browse files Browse the repository at this point in the history
In `Running the test suites` section suggest running the tests
with `yarn test` instead of `yarn test-emcc
  • Loading branch information
EmilIvanichkovv authored and PetarKirov committed Oct 12, 2023
1 parent c4bddbb commit 9a41593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ At the moment, there are multiple test suites of interest:
- The WebAssembly tests of the Nim light client:

```
yarn test-emcc
yarn test
```

- The Circom components test suite:
Expand Down
2 changes: 1 addition & 1 deletion beacon-light-client/nim/light-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This folder contains a minimal Nim implementation of the light client syncing al
To run all tests, execute the following command:

```bash
yarn test-emcc
yarn test
```

0 comments on commit 9a41593

Please sign in to comment.