From 6e5aff393f26e1353ca22de0be4c350cf52b06dc Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Fri, 6 Jan 2023 00:41:43 -0500 Subject: [PATCH] fix test instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad04155d..81318511 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ To make a full build run `npm run build`. The command will compile all typescrip Konva uses Mocha for testing. - If you need run test only one time run `npm run test`. -- While developing it is easy to use `npm start`. Just run it and go to [http://localhost:8080/test/runner.html](http://localhost:8080/test/runner.html). The watcher will rebuild the bundle on any change. +- While developing it is easy to use `npm start`. Just run it and go to [http://localhost:1234/unit-tests.html](http://localhost:1234/unit-tests.html). The watcher will rebuild the bundle on any change. Konva is covered with hundreds of tests and well over a thousand assertions. Konva uses TDD (test driven development) which means that every new feature or bug fix is accompanied with at least one new test.