mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 15:03:15 +02:00
6 lines
127 B
Makefile
6 lines
127 B
Makefile
docs:
|
|
node ./docs.js
|
|
|
|
coverage:
|
|
./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*
|