Pryv.io service for SSL certificate generation and renewal.
Prerequisites: Node.js 16, just
Then:
just setup-dev-env
just install
to install node modules
Running just
with no argument displays the available commands (defined in justfile
).
just run
just test [...params]
- Extra parameters at the end are passed on to Mocha (default settings are defined in
.mocharc.js
) - Replace
test
withtest-detailed
,test-debug
,test-cover
for common presets