UNPKG

@haggholm/damerau-levenshtein

Version:

An N-API/C++ port of the Damerau-Levenshtein implementation from natural

11 lines (10 loc) 176 B
module.exports = { testEnvironment: 'node', verbose: true, testMatch: [ '**/__tests__/**/*.js', '**/test/**/test*.js', '**/*.test.js', 'test/**', ], };