diff --git a/docs/2.develop/quickstart.md b/docs/2.develop/quickstart.md index 6bb275a4a51..f4c31c1c8be 100644 --- a/docs/2.develop/quickstart.md +++ b/docs/2.develop/quickstart.md @@ -86,18 +86,11 @@ Sandbox testing is important because it allows you test all methods on your cont Before digging in their code, go ahead and execute them using the command `npm run test`. - - -### Unit test -Unit tests check individual functions in the smart contract. They are written in the -same language than the smart contract. If your contract is in Rust you will find the tests at the bottom of -each `.rs` file. - - + + url="https://github.com/near/create-near-app/blob/master/templates/sandbox-tests/sandbox-ts/src/main.ava.ts" + start="33" end="44" />