Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: added test-documentation as a submodule #252

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "test-documentaion"]
path = test-documentaion
url = [email protected]:matter-labs/test-documentation.git
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ To get block-explorer connected to your ZK Stack Hyperchain you need to set up a
To verify front-end `App` is running open http://localhost:3010 in your browser. `API` should be available at http://localhost:3020, `Worker` at http://localhost:3001 and `Data Fetcher` at http://localhost:3040.

## 🕵️‍♂️ Testing
Run unit tests for all packages:
To navigate to the test documentation, go to [test-documentation](./test-documentation)
*make sure that you have downloaded the progect with `git clone --recursive` option.
*if you already have the cloned repo you can use `git submodule update --init --recursive` to get submodules.

```bash
npm run test
```
Expand Down
1 change: 1 addition & 0 deletions test-documentaion
Submodule test-documentaion added at 5b92ce
Loading