Skip to content

Commit

Permalink
add test-cov target
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Jan 26, 2025
1 parent 1099513 commit b72530b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ lint:

test:
node --test \
$(TEST_OPTS) \
--require ./test/replay/index.js

.PHONY: check lint test
test-cov: TEST_OPTS := --experimental-test-coverage
test-cov: test

.PHONY: check lint test test-cov

0 comments on commit b72530b

Please sign in to comment.