UNPKG
nearest-segment
Version:
latest (0.0.2)
0.0.2
0.0.1
Finds the segment of a line nearest to a point
github.com/mediasuitenz/nearest-segment
nearest-segment
/
testem.yml
11 lines
(10 loc)
•
204 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
launchers: Node:
command
: node_modules/.bin/mocha -u mocha-given -R tap
test
/**/*.spec.js protocol: tap launch_in_dev: - Node src_files: -
"lib/**/*.js"
-
"test/**/*.spec.js"
-
"index.js"