UNPKG

interface-addresses

Version:

get the private network ip address of the machine

11 lines (7 loc) 204 B
MOCHA?=node_modules/.bin/mocha CONFIG?=test/config.json REPORTER?=tap FLAGS=--config $(CONFIG) --reporter $(REPORTER) test: $(MOCHA) $(shell find test/* -prune -name "*test.js") $(FLAGS) .PHONY: test