From dc32a5fc4ba25f6672d0da9a41240c2490249dad Mon Sep 17 00:00:00 2001 From: "JeongHoon Byun (a.k.a Outsider)" Date: Sat, 10 Oct 2020 14:14:52 +0900 Subject: [PATCH] Fix wrong anchor for writing tests document (#5677) --- doc/TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TUTORIAL.md b/doc/TUTORIAL.md index 00a834ea04..c7917f3b71 100644 --- a/doc/TUTORIAL.md +++ b/doc/TUTORIAL.md @@ -311,7 +311,7 @@ Save, run `npm start`, and you can see it [locally](http://127.0.0.1:3000/). If you update `examples`, you don't have to restart the server. Run `npm run defs` in another terminal window and the frontend will update. -### (4.5) Write Tests +### (4.5) Write Tests [write tests]: #45-write-tests