Makefile 61 B

12345
  1. test:
  2. @find tests/*.js | xargs -n 1 -t node
  3. .PHONY: test