Skip to content

Commit 6390964

Browse files
committed
Makefile: gardening
1 parent 8e0244b commit 6390964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ install link:
88
lint:
99
@$(BIN)/jshint index.js
1010

11-
test:
12-
@echo 'nothing' > /dev/null
11+
test: test-server
1312

1413
test-server:
1514
@$(BIN)/mocha -R spec -b tests/server.js

0 commit comments

Comments
 (0)