UNPKG
durational
Version:
latest (1.1.0)
1.1.0
1.0.0
Small library for dealing with Durations
github.com/miksago/durational
durational
/
Makefile
12 lines
(9 loc)
•
265 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
test: @node node_modules/lab/bin/lab test-cov: @node node_modules/lab/bin/lab -t 100 -v test-cov-html: @node node_modules/lab/bin/lab -v -
r html -o coverage.html test-verbose
:
@node
node_modules/lab/bin/lab -v .
PHONY
: test test-cov test-cov-html test-verbose