Repository URL to install this package:
|
Version:
0.0.6 ▾
|
arraybuffer.slice
/
Makefile
|
|---|
REPORTER = dot
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER)
.PHONY: test