UNPKG

spelling-corrector

Version:

nodeJs Spelling Corrector version for Norvig's spelling corrector.

19 lines (16 loc) 290 B
test: @./node_modules/.bin/mocha \ --reporter spec \ --ui tdd cov: @./node_modules/.bin/mocha \ --reporter spec \ --ui tdd \ --require blanket \ -R html-cov > coverage.html test-w: @./node_modules/.bin/mocha \ --reporter spec \ --ui tdd \ --watch .PHONY: test test-w