Closed tbarlow12 closed 4 years ago
Closes #421
functionApp.ts
Check the GitHub Action that runs the integration tests
Note: Run npm run test:ci to run all validation checks on proposed changes
npm run test:ci
npm run lint
npm run lint:fix
npm test
Is this ready for review?: NO Is it a breaking change?: NO
What did you implement:
Closes #421
How did you implement it:
functionApp.ts
that fixes consumption appsHow can we verify it:
Check the GitHub Action that runs the integration tests
Todos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: NO
Is it a breaking change?: NO