MCPcopy Index your code
hub / github.com/mgechev/javascript-algorithms / levenshtein-distance.spec.js

File levenshtein-distance.spec.js

test/others/levenshtein-distance.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var mod = require('../../src/others/levenshtein-distance.js');
2var levenshteinDistance = mod.levenshteinDistance;
3
4describe('Levenstein\'s minimum edit distance algorithm', function () {

Callers

nothing calls this directly

Calls 1

levenshteinDistanceFunction · 0.85

Tested by

no test coverage detected