UNPKG
regexp-clone
Version:
latest (1.0.0)
1.0.0
0.0.1
Clone RegExps with options
github.com/aheckmann/regexp-clone
aheckmann/regexp-clone
regexp-clone
/
Makefile
6 lines
(3 loc)
•
76 B
Plain Text
View Raw
1
2
3
4
5
6
test:
@./node_modules/.bin/mocha
$(T)
--async-only
$(TESTS)
.PHONY
: test