File: chat-websocket/node_modules/socket.io/node_modules/socket.io-client/Makefile

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   chat-websocket/node_modules/socket.io/node_modules/socket.io-client/Makefile   Download  
File: chat-websocket/node_modules/socket.io/node_modules/socket.io-client/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 302 bytes
 

Contents

Class file image Download
ALL_TESTS = $(shell find test/ -name '*.test.js') run-tests: @./node_modules/.bin/expresso \ -I lib \ -I support \ --serial \ $(TESTS) test: @$(MAKE) TESTS="$(ALL_TESTS)" run-tests test-acceptance: @node support/test-runner/app $(TRANSPORT) build: @node ./bin/builder.js .PHONY: test