Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.52 KB

File metadata and controls

44 lines (33 loc) · 1.52 KB

Proposed change

Azure DevOps work item:

Type of change

  • [] Bug fix
  • [] New feature
  • [] Breaking change
  • [] Misc. (documentation, build updates, etc)

Checklist

  • [] You have executed this code locally and it performs as expected.
  • [] You have added tests to verify your code works.
  • [] You have added code comments and JSDoc, where appropriate.
  • [] There is no commented-out code.
  • [] The tests are passing (npm run test).
  • [] The linting checks are passing (npm run lint).
  • [] The code has been formatted (npm run format).