Allow arguments to be passed when running tests

This commit is contained in:
JC Brand 2023-06-02 21:01:05 +02:00
parent f2ac748e06
commit f91f4cb7ab
1 changed files with 2 additions and 2 deletions

View File

@ -221,11 +221,11 @@ eslint: node_modules
.PHONY: check
check: eslint | dist/converse.js dist/converse.css
npm run test
npm run test -- $(ARGS)
.PHONY: test
test:
npm run test
npm run test -- $(ARGS)
########################################################################
## Documentation