1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Update the links to squid-js tests

This commit is contained in:
Troy McConaghy 2019-05-16 10:58:29 +02:00
parent ed161887b1
commit 2a3c9b55fa

View File

@ -14,8 +14,9 @@ description: Examples of code using the Squid libraries.
- [The React App Tutorial](/tutorials/react-setup/) - [The React App Tutorial](/tutorials/react-setup/)
- [The Pleuston source code](https://github.com/oceanprotocol/pleuston) - [The Pleuston source code](https://github.com/oceanprotocol/pleuston)
- [The Commons Marketplace source code](https://github.com/oceanprotocol/commons) - [The Commons Marketplace source code](https://github.com/oceanprotocol/commons)
- [The src/examples/ directory of the squid-js repository](https://github.com/oceanprotocol/squid-js/tree/develop/src/examples) - The squid-js tests:
- [The squid-js tests](https://github.com/oceanprotocol/squid-js/tree/develop/test) - [Unit tests](https://github.com/oceanprotocol/squid-js/tree/develop/test)
- [Integration tests](https://github.com/oceanprotocol/squid-js/tree/develop/integration/ocean)
## squid-java Examples ## squid-java Examples