Repository
Current version released
3 years ago
deno-utils
Collection of utility functions for Deno
Developers
Setup
To install Deno, see the installation guide.
To run commands, you will need to install Velociraptor. See the installation guide.
Testing
vr test
Coverage
To generate coverage reports you will need to install lcov
.
apt install lcov
Once you have installed lcov
, you can generate a coverage report using:
vr test:coverage
This will be available at __coverage__/html/index.html
.