File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ Deno.test("spy example", () => {
533
533
```
534
534
535
535
For more advanced mocking techniques, check our
536
- [ dedicated guide on mocking in Deno] ( /examples/mocking / ) .
536
+ [ dedicated guide on mocking in Deno] ( /examples/mocking_tutorial / ) .
537
537
538
538
## Test parallelization
539
539
@@ -723,6 +723,6 @@ applications are well-tested and reliable.
723
723
For more information about testing in Deno, check out :
724
724
725
725
- [Testing documentation](/runtime/fundamentals/testing)
726
- - [Mocking data for tests](/examples/mocking /)
726
+ - [Mocking data for tests](/examples/mocking_tutorial /)
727
727
- [Advanced testing techniques](/examples/advanced_testing/)
728
728
- [Writing benchmark tests](/examples/benchmarking/)
You can’t perform that action at this time.
0 commit comments