mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
tests: Levenshtein Distance (dynamic programming solution) (#1114)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user