diff --git a/docs/cadence/testing-framework.mdx b/docs/cadence/testing-framework.mdx index 1b34e73d7c..f2dc4ff2ea 100644 --- a/docs/cadence/testing-framework.mdx +++ b/docs/cadence/testing-framework.mdx @@ -1290,3 +1290,8 @@ access(all) fun testExample() { This [repository](https://github.com/m-Peter/flow-code-coverage) contains some functional examples that demonstrate most of the above features, both for contrived and real-world smart contracts. It also contains a detailed explanation on using code coverage from within the testing framework. + +These are other real world projects with tests: +- https://github.com/onflow/hybrid-custody/tree/main/test, +- https://github.com/onflow/flow-nft/tree/master/tests, +- https://github.com/onflow/flow-ft/tree/master/tests.