mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-21 04:31:04 -05:00
8 lines
97 B
Makefile
8 lines
97 B
Makefile
#
|
|
# Run all tests
|
|
#
|
|
test:
|
|
@@node_modules/.bin/vows tests/*tests.js --spec
|
|
|
|
.PHONY: test install
|