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