Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(README): add instructions on how to run tests
Browse files Browse the repository at this point in the history
danijelTxFusion committed Dec 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4f233d2 commit 5a261a0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -113,6 +113,23 @@ const withdrawal = await wallet.withdraw({
});
```

## 🤖 Running tests

In order to run test you need run [local-setup](https://github.com/matter-labs/local-setup) on your machine.
For running tests, use:

```shell
yarn test:wait # waits for local-setup to be ready
yarn test:prepare # prepares the environment (deploys token on both layers, etc.)
yarn test
```

For running test coverage, use:

```shell
yarn test:coverage
```

## 🤝 Contributing

We welcome contributions from the community! If you're interested in contributing to the `zksync-ethers` JavaScript SDK,

0 comments on commit 5a261a0

Please sign in to comment.