Skip to content

Commit

Permalink
feat: include integration tests in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
brakmic committed Dec 29, 2024
1 parent 1b83921 commit f26f3f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ MOCHAFLAGS = --require ./test/bootstrap/node

# Perform self-tests.
check: test

test-integration:
./node_modules/.bin/mocha test/integration.test.js $(MOCHAFLAGS)

0 comments on commit f26f3f5

Please sign in to comment.