Gort not included.
- Node >=14.5.0
- NPM >=6.14.5
- Run
npm install
to install.
Run npm test
to run the linter followed by the unit tests.
Run npm run lint
to run the linter.
Run npm run unit
to run unit tests.
It is also possible to run specific unit tests by running npm run unit -- --grep {string}
(where {string}
matches the description of test or assertion you want to run).
e.g. npm run unit -- --grep breakpoint
Run npm run docs
to generate documentation (located at /docs
).