-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(test) Email handler test #998
Conversation
Coverage Report
File Coverage
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
eventSource: "", | ||
bootstrapServers: "", | ||
}; | ||
await handler(mockEvent, {} as Context, callback); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
await handler(mockEvent, {} as Context, callback); | |
await handler(mockEvent, expect.anything(), callback); |
const nms = "new-medicaid-submission"; | ||
const ncs = "new-chip-submission"; | ||
const tempExtension = "temp-extension"; | ||
const withdrawPackage = "withdraw-package"; | ||
const contractingInitial = "contracting-initial"; | ||
const capitatedInitial = "capitated-initial"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we capitalize these variable names?
🎉 This PR is included in version 1.5.0-val.103 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎫 Linked Ticket
[Ticket to close](https://jiraent.cms.gov/browse/OY2-32115)
💬 Description / Notes
🛠 Changes
Added some new test that will give coverage to a bunch of our index.ts files for our emails. Improving our handler test.
📸 Screenshots / Demo