File Manager

Path: /opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules/delegates/

Viewing File: Makefile

test:
	@./node_modules/.bin/mocha \
		--require should \
		--reporter spec \
		--bail

.PHONY: test