summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/isarray/Makefile
blob: 0ecc29c402c243388f7f568b4f4b0b7bfe3fb2af (plain)
1
2
3
4
5

test:
	@node_modules/.bin/tape test.js

.PHONY: test