Run:
npm test
to execute unit tests.npm run tdd
ornpm run tdd:ui
to execute unit tests in the TDD mode (tests are re-run on each change).npm run build
to build the libnpm run format:check
to check that files are correctly formattednpm run format:fix
to reformat filesnpm run api
to run the api-extractornpm run docs
to run api-documenter based on the api-extractor result. It will generate the tsdoc markdown files.