tests: Levenshtein Distance (dynamic programming solution) (#1114)

This commit is contained in:
JCarlos
2022-10-05 14:08:23 -05:00
committed by GitHub
parent 9528c71107
commit ea7d06ad57
3 changed files with 28 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ npm test
If you want save some time and just run a specific test:
```shell
# this will run any test file where the filename matches "koch"
# This will run any test file where the filename contains "koch" (no need to specify folder path)
npm test -- koch
```