Testing without Test Runner

Prev Next

Other than changing the log level as needed for debugging, these scripts should not be modified. They are utilized by pre-commit hooks and CI/CD pipelines.

  • npm run test:unit
    • Runs unit tests only.
  • npm run test: integration
    • Runs integration tests only.
  • npm run test:cover
    • Will run test coverage information. Note: This may not show test coverage of the adapter library.
  • npm run test
    • Will run both unit and integration tests.