UNPKG
f-xyz-diff
Version:
latest (0.1.22)
0.1.22
0.1.21
0.1.20
Difference between two arrays|strings.
github.com/f-xyz/list-difference
f-xyz/list-difference
f-xyz-diff
/
Makefile
11 lines
(7 loc)
•
190 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
.PHONY:
test
watch all:
test
test
: mocha --compilers coffee:coffee-script/register -R spec istanbul cover _mocha watch: mocha --compilers coffee:coffee-script/register -R spec --watch