Simple Chat Room in NodeJS, expressJS and mongoDB in Docker Swarm

6 lines
76 B

5 years ago
test:
@./node_modules/.bin/mocha $(T) --async-only $(TESTS)
.PHONY: test