mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-13 17:07:54 -05:00
9 lines
100 B
Makefile
9 lines
100 B
Makefile
|
|
test:
|
|
@./node_modules/.bin/gulp test
|
|
|
|
test-cov:
|
|
@./node_modules/.bin/gulp test-cov
|
|
|
|
.PHONY: test
|