UNPKG
data-driven
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
data driven testing for mocha
github.com/fluentsoftware/data-driven
fluentsoftware/data-driven
data-driven
/
Makefile
9 lines
(5 loc)
•
98 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
all:
test
test
: test-unit test-unit: @./node_modules/mocha/bin/mocha
test
/*.js .PHONY:
test