Skip to content

Commit

Permalink
tests: use built-in Node test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
wydengyre committed May 13, 2024
1 parent 9d3175b commit b716bd8
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 943 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ api-docs:

.PHONY: test
test: third_party/tessdata_fast
node_modules/.bin/mocha
node --test test/ocr-engine-test.js

.PHONY: release
release: clean lib typecheck test
Expand Down
Loading

0 comments on commit b716bd8

Please sign in to comment.