NeahFront2/node_modules/oauth/Makefile
2025-04-08 20:36:59 +02:00

8 lines
97 B
Makefile

#
# Run all tests
#
test:
@@node_modules/.bin/vows tests/*tests.js --spec
.PHONY: test install