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

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   chat-websocket/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/options/Makefile   Download  
File: chat-websocket/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/options/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: 208 bytes
 

Contents

Class file image Download
ALL_TESTS = $(shell find test/ -name '*.test.js') run-tests: @./node_modules/.bin/mocha \ -t 2000 \ $(TESTFLAGS) \ $(TESTS) test: @$(MAKE) NODE_PATH=lib TESTS="$(ALL_TESTS)" run-tests .PHONY: test