Azure DevOps work item:
- [] Bug fix
- [] New feature
- [] Breaking change
- [] Misc. (documentation, build updates, etc)
- [] 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).