UNPKG
@sazze/acl
Version:
latest (1.0.3)
1.0.3
1.0.2
Access Control Library
github.com/sazze/node-acl
sazze/node-acl
@sazze/acl
/
Makefile
10 lines
(8 loc)
•
144 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
TESTS =
test
/*.test.js
test
: @NODE_ENV=
test
./node_modules/.bin/mocha \ --require should \ --harmony \ $(TESTS) \ --bail .PHONY:
test