Link
HID Global
JavaScript Web Service Clients for DigitalPersona Access Management

Testing

Running tests

To run unit tests:

  • from terminal: run npm run test
  • from VS Code: menu Terminal > Run Task... > [npm: test]
  • if you have installed the NPM Support for VS Code plugin: press Ctrl-R, T.

Writing tests

For unit tests, we recommend following tools: