mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-18 20:26:00 +00:00
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
This commit is contained in:
9
node_modules/seq-queue/Makefile
generated
vendored
Normal file
9
node_modules/seq-queue/Makefile
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
TESTS = test/*.js
|
||||
REPORTER = spec
|
||||
TIMEOUT = 5000
|
||||
|
||||
test:
|
||||
@./node_modules/.bin/mocha \
|
||||
--reporter $(REPORTER) --timeout $(TIMEOUT) $(TESTS)
|
||||
|
||||
.PHONY: test
|
||||
Reference in New Issue
Block a user