Skip to content

Commit 5b07e48

Browse files
authored
Merge pull request #76 from Olexandr88/patch-11
chore: replaced the link
2 parents 555c4c3 + 770dde8 commit 5b07e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Then test with:
100100
yarn test
101101
```
102102

103-
Testing will run the **TypeScript tests** defined in `index.test.ts` inside `./src/test`, as well as the [Aztec Testing eXecution Environment (TXE)](https://docs.aztec.network/guides/developer_guides/smart_contracts/testing) tests defined in [`first.nr`](./src/test/first.nr) (imported in the contract file with `mod test;`).
103+
Testing will run the **TypeScript tests** defined in `index.test.ts` inside `./src/test`, as well as the [Aztec Testing eXecution Environment (TXE)](https://docs.aztec.network/developers/guides/smart_contracts/testing) tests defined in [`first.nr`](./src/test/first.nr) (imported in the contract file with `mod test;`).
104104

105105
Note: The Typescript tests spawn an instance of the sandbox to test against, and close it once once the TS tests are complete.
106106

0 commit comments

Comments
 (0)