diff --git a/README.md b/README.md index f5e414fbb..ecaaed6e0 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,15 @@ yarn test I have yet to create a testing strategy for next sets of algorithms, but we will get there when i cross that bridge. +To test a specific kata: +``` +npx test +``` +ex: +``` +npx test Queue +``` + ### Help wanted A simple way to specify test, thinking something like `tests.json` and `cat test.json 2> /dev/null` to specify the tests to run. tests.json wouldn't be